diff rc/bashrc @ 413:fda660f86df3

Don't set lc_messages to utf-8. Just use plain C. Kinda fixes gnu tools in openbsd.
author Edho Arief <edho@myconan.net>
date Fri, 23 Nov 2012 10:39:38 -0500
parents e5739479dc53
children 69f30c512242
line wrap: on
line diff
--- a/rc/bashrc	Thu Nov 15 01:03:52 2012 +0700
+++ b/rc/bashrc	Fri Nov 23 10:39:38 2012 -0500
@@ -52,6 +52,7 @@
 # The en_US.UTF-8 causes weird sorting.
 # (not really, but I prefer C based sort.)
 export LC_COLLATE="C"
+export LC_MESSAGES=C
 export CLICOLOR=
 export LSCOLORS="gxfxcxdxbxegedabagacad"
 export LS_COLORS=