Change lang settings

This commit is contained in:
pSox 2018-01-25 14:49:11 +00:00
parent 9ebdced104
commit d649604c4d
1 changed files with 4 additions and 4 deletions

8
zshrc
View File

@ -1,12 +1,12 @@
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
#
[[ -z LANGUAGE ]] && export LANGUAGE=en_US.UTF-8
[[ -z LANG ]] && export LANG=en_US.UTF-8
[[ -z LC_ALL ]] && export LC_ALL=en_US.UTF-8
[[ "$LANGUAGE" == "" ]] && export LANGUAGE=en_US.UTF-8
[[ "$LANG" == "" ]] && export LANG=en_US.UTF-8
[[ "$LC_ALL" == "" ]] && export LC_ALL=en_US.UTF-8
zstyle :omz:plugins:ssh-agent agent-forwarding on
zstyle :omz:plugins:ssh-agent identities $(cd ~/.ssh; echo id_ed25519(N) *_autoload(N))
zstyle :omz:plugins:ssh-agent identities $( [[ -e ~/.ssh/autoload ]] && cat ~/.ssh/autoload )
zstyle :omz:plugins:ssh-agent lifetime 36h
# remove duplicates