zsh
authorPierre Habouzit <madcoder@debian.org>
Wed, 6 Oct 2010 09:28:27 +0000 (11:28 +0200)
committerPierre Habouzit <madcoder@debian.org>
Wed, 6 Oct 2010 09:28:27 +0000 (11:28 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
zshenv

diff --git a/zshenv b/zshenv
index 6f44bec..1e284b3 100644 (file)
--- a/zshenv
+++ b/zshenv
@@ -18,7 +18,7 @@ function _chose_locale() {
     esac
 
     export LC_CTYPE=${loc:-C}
-    export LC_NUMERIC=${loc:-C}
+    export LC_NUMERIC=C
     export LC_TIME=${loc:-C}
     export LC_MESSAGES=C
     export LC_COLLATE=C