diff options
author | mhsn <mail@mhsn.net> | 2025-02-25 10:27:15 +0000 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-02-25 10:27:15 +0000 |
commit | b49f12502cd74e6501fc8bec5050997c98f47075 (patch) | |
tree | 052d307f76e379f4b97c3a782466a22fa440cb95 | |
parent | 93d4acc60897e1899844c092bcf1f2cfb3b0907e (diff) | |
download | dotfiles-b49f12502cd74e6501fc8bec5050997c98f47075.tar.gz dotfiles-b49f12502cd74e6501fc8bec5050997c98f47075.zip |
remove LANG variable from .zshrc
-rw-r--r-- | .zshrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -13,9 +13,6 @@ HISTFILE=~/.history SAVEHIST=$HISTSIZE setopt hist_ignore_space -# Environment variables -LANG=en_GB.UTF-8 - # Autocompletion and tabcompletion autoload -U compinit zstyle ':completion:*' menu select |