From c1e91e49714c45030b6872c56515c7ce0615ce02 Mon Sep 17 00:00:00 2001 From: Hyacinthe Cartiaux Date: Mon, 16 Sep 2013 11:40:06 +0200 Subject: [PATCH] [zsh] Default language locale en_US.UTF-8 --- zsh/zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index f86fd10..a9c1f38 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -1,7 +1,8 @@ source /etc/profile # Default language -export LANG=C +export LANG=en_US.UTF-8 +export LC_ALL=en_US.UTF-8 autoload -U promptinit compinit promptinit