summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 31e92ed..ebb4471 100644
--- a/etc/rc
+++ b/etc/rc
@@ -20,7 +20,7 @@ uname=$(uname)
export PATH=$HOME/bin:$PATH
export EDITOR==vim
export MPD_HOST=saviour
-export LANG=en_US.UTF-8
+[ $uname = Linux ] && export LANG=en_US.UTF-8
[ $uname = OpenBSD ] && export PKG_PATH="ftp://ftp.freenet.de/pub/ftp.openbsd.org/pub/OpenBSD/`uname -r`/packages/`machine -a`/:ftp://openbsd.ftp.fu-berlin.de/pub/OpenBSD/`uname -r`/packages/`machine -a`/"
export HOST