From eb58e8fc8ba3eeff1574e8984e4f9bef58162e8b Mon Sep 17 00:00:00 2001 From: Hyacinthe Cartiaux Date: Tue, 3 Sep 2013 10:31:42 +0200 Subject: [PATCH] [zsh] Add LANG=C (use the default locale) --- zsh/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index 5564137..f86fd10 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -1,5 +1,8 @@ source /etc/profile +# Default language +export LANG=C + autoload -U promptinit compinit promptinit compinit