summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2013-03-04 15:40:24 +0100
committerDavid Kaufmann <astra@ionic.at>2013-03-04 15:40:24 +0100
commitd6e7f11c0376adaab8e8a419bb9ff26ab3a810bf (patch)
treedb5d69f903c387e10fbaf8ea972f6f77c3579058
parente16ebbf8375c822cbda9edee9a9fee2cafe92a17 (diff)
downloadconfig-d6e7f11c0376adaab8e8a419bb9ff26ab3a810bf.tar.gz
fix LANG, LC_TIME and LC_MONETARY
-rw-r--r--skel/.zprofile4
1 files changed, 4 insertions, 0 deletions
diff --git a/skel/.zprofile b/skel/.zprofile
index 054cdc3..2a42e39 100644
--- a/skel/.zprofile
+++ b/skel/.zprofile
@@ -1,3 +1,7 @@
+LANG='en_US.UTF-8'; export LANG
+LC_TIME='de_AT.UTF-8'; export LC_TIME
+LC_MONETARY='de_AT.UTF-8'; export LC_MONETARY
+
SSH_ENV="$HOME/.ssh/environment"
function start_agent {