zshrc: added language setting
This commit is contained in:
parent
82100c1dc5
commit
38af63eb02
1 changed files with 5 additions and 0 deletions
5
.zshrc
5
.zshrc
|
@ -1,3 +1,8 @@
|
||||||
|
# explicitly set the language, *before* antigen gets loaded
|
||||||
|
export LANG=de_DE.UTF-8
|
||||||
|
export PAPERSIZE=a4
|
||||||
|
export LANGUAGE=de:en
|
||||||
|
|
||||||
# export ANTIGEN_LOG=$HOME/antigen.log
|
# export ANTIGEN_LOG=$HOME/antigen.log
|
||||||
# export ANTIGEN_DEBUG_LOG=$HOME/antigen.debug.log
|
# export ANTIGEN_DEBUG_LOG=$HOME/antigen.debug.log
|
||||||
source $HOME/.local/lib/zsh/antigen/bin/antigen.zsh
|
source $HOME/.local/lib/zsh/antigen/bin/antigen.zsh
|
||||||
|
|
Loading…
Reference in a new issue