From 845f233f846f6ea979d38929d88c0657ed8c4e65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 11 Apr 2016 01:17:50 +0200 Subject: [PATCH] Fix locale variables. --- zsh/zprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/zprofile b/zsh/zprofile index d4b0817..2a8a9d6 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -28,8 +28,8 @@ 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 LANG=en_US.UTF-8 +export LC_TIME=de_DE.UTF-8 export LC_COLLATE=C # Start the gpg-agent if not already running