From 7f95d6fc8333d394f24eae8dbd4772444516daaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 10 Apr 2016 23:54:58 +0200 Subject: [PATCH] zsh: Set locale variables. --- zsh/zprofile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/zprofile b/zsh/zprofile index 69460b5..d4b0817 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -28,6 +28,10 @@ export RUNDIR="$HOME/.var/run" export LIBDIR="$HOME/.var/lib" export BINDIR="$HOME/bin" +export LANG=en_US.UTF +export LC_TIME=de_DE.UTF +export LC_COLLATE=C + # Start the gpg-agent if not already running if ! pgrep -x --uid "${USER}" gpg-agent >/dev/null 2>&1; then gpg-connect-agent /bye >/dev/null 2>&1