zshrc: added language setting

This commit is contained in:
Tobias Schmidl 2021-11-19 08:32:50 +01:00
parent 82100c1dc5
commit 38af63eb02

5
.zshrc
View file

@ -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