Mercurial > ec-dotfiles
diff rc/bashrc @ 355:8fcb3f1553cf
Default LC_COLLATE to C.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Tue, 29 May 2012 17:44:45 +0700 |
parents | 038c28c748d0 |
children | 59dc2f13e0ae |
line wrap: on
line diff
--- a/rc/bashrc Tue May 29 17:43:03 2012 +0700 +++ b/rc/bashrc Tue May 29 17:44:45 2012 +0700 @@ -24,6 +24,9 @@ export PAGER="more" export EDITOR="vi" export LANG="en_US.UTF-8" +# The en_US.UTF-8 causes weird sorting. +# (not really, but I prefer C based sort.) +export LC_COLLATE="C" export CLICOLOR= export LSCOLORS="gxfxcxdxbxegedabagacad" export LS_COLORS=