From 38af63eb027af689eaa1cc2c88f288bd40b4065b Mon Sep 17 00:00:00 2001 From: Tobias Schmidl <5060861-schtobia@users.noreply.gitlab.com> Date: Fri, 19 Nov 2021 08:32:50 +0100 Subject: [PATCH] zshrc: added language setting --- .zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zshrc b/.zshrc index 206764a..c0ff289 100644 --- a/.zshrc +++ b/.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_DEBUG_LOG=$HOME/antigen.debug.log source $HOME/.local/lib/zsh/antigen/bin/antigen.zsh