summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-05-21 18:33:36 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-05-21 18:33:36 +0200
commit7839e6202390f552d013c76fa43fc6de19679c7d (patch)
tree485fad4f54d769893805172a227666b9ac237504 /etc/rc
parente2df4cd8a891285c8114d0ee8f6138ebb63f596e (diff)
etc/rc: use specific locale instead of 'C'
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index dc01710..31e92ed 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=C
+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