summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-05-17 09:18:52 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-05-17 09:18:52 +0000
commit9cb5ad198d4ebb1d51441ee81db0bdc63e22bf1c (patch)
tree91157788e6cec063f85506ed8896691d11f2fcc4
parent0c788d44a3acd686019bd7a276fca014b0aac584 (diff)
profile: set LANG=en.utf8
fixes utf8 in busybox
-rw-r--r--profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile b/profile
index bb99d29..5144f7d 100644
--- a/profile
+++ b/profile
@@ -1,4 +1,5 @@
export CHARSET=UTF-8
+export LANG=en.utf8
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
export PAGER=less
export PS1='\h:\w\$ '