Mercurial > ec-dotfiles
comparison rc/bashrc @ 461:012baf74024c
Also enfore LC_CTYPE.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Tue, 05 Mar 2013 11:28:14 +0900 |
parents | 95fc26810152 |
children | a7e5a165e981 |
comparison
equal
deleted
inserted
replaced
460:95fc26810152 | 461:012baf74024c |
---|---|
63 export HISTCONTROL=ignoredups | 63 export HISTCONTROL=ignoredups |
64 | 64 |
65 export PAGER=more | 65 export PAGER=more |
66 export EDITOR=vi | 66 export EDITOR=vi |
67 export LANG="en_US.UTF-8" | 67 export LANG="en_US.UTF-8" |
68 export LC_CTYPE="en_US.UTF-8" | |
68 # The en_US.UTF-8 causes weird sorting. | 69 # The en_US.UTF-8 causes weird sorting. |
69 # (not really, but I prefer C based sort.) | 70 # (not really, but I prefer C based sort.) |
70 export LC_COLLATE=C | 71 export LC_COLLATE=C |
71 export LC_MESSAGES=C | 72 export LC_MESSAGES=C |
72 export CLICOLOR= | 73 export CLICOLOR= |