summaryrefslogtreecommitdiff
path: root/.shenv
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-12-07 17:44:28 -0700
committerSean Whitton <spwhitton@spwhitton.name>2015-12-07 17:44:28 -0700
commita4b38ea59949fd2609e21bcc13e34ea9297cd609 (patch)
tree113e335133d86c71d8e07c88e0e048af74b6d881 /.shenv
parent12b57b9b9a1ffe6f90a0496b423bb0b61ebfed6f (diff)
downloaddotfiles-a4b38ea59949fd2609e21bcc13e34ea9297cd609.tar.gz
don't set locale in .shenv
Diffstat (limited to '.shenv')
-rwxr-xr-x.shenv25
1 files changed, 14 insertions, 11 deletions
diff --git a/.shenv b/.shenv
index e6798852..2e11cc74 100755
--- a/.shenv
+++ b/.shenv
@@ -88,17 +88,20 @@ fi
# be setting LC_ALL. Instead I could set most of LC_* to en_GB.UTF-8,
# and some e.g. LC_PAPER to en_US.UTF-8.
-case " $(echo $(locale -a)) " in
- *\ en_GB.utf8\ *) LANG=en_GB.utf8 ;;
- *\ en_GB.UTF-8\ *) LANG=en_GB.UTF-8 ;;
- *\ C.UTF-8\ *) LANG=C.UTF-8 ;;
- *\ C.utf8\ *) LANG=C.utf8 ;;
- *) unset LANG ;;
-esac
-
-LC_ALL=$LANG
-export LC_ALL
-export LANG
+# disabled: propellor setting it system-wide on my machines and that's
+# enough
+
+# case " $(echo $(locale -a)) " in
+# *\ en_GB.utf8\ *) LANG=en_GB.utf8 ;;
+# *\ en_GB.UTF-8\ *) LANG=en_GB.UTF-8 ;;
+# *\ C.UTF-8\ *) LANG=C.UTF-8 ;;
+# *\ C.utf8\ *) LANG=C.utf8 ;;
+# *) unset LANG ;;
+# esac
+
+# LC_ALL=$LANG
+# export LC_ALL
+# export LANG
# ---- further preferences