From 7839e6202390f552d013c76fa43fc6de19679c7d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 21 May 2008 18:33:36 +0200 Subject: etc/rc: use specific locale instead of 'C' --- etc/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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 -- cgit v1.2.3