Mercurial > ec-dotfiles
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 354:21c25068de14 | 355:8fcb3f1553cf |
|---|---|
| 22 export HISTCONTROL=ignoredups | 22 export HISTCONTROL=ignoredups |
| 23 | 23 |
| 24 export PAGER="more" | 24 export PAGER="more" |
| 25 export EDITOR="vi" | 25 export EDITOR="vi" |
| 26 export LANG="en_US.UTF-8" | 26 export LANG="en_US.UTF-8" |
| 27 # The en_US.UTF-8 causes weird sorting. | |
| 28 # (not really, but I prefer C based sort.) | |
| 29 export LC_COLLATE="C" | |
| 27 export CLICOLOR= | 30 export CLICOLOR= |
| 28 export LSCOLORS="gxfxcxdxbxegedabagacad" | 31 export LSCOLORS="gxfxcxdxbxegedabagacad" |
| 29 export LS_COLORS= | 32 export LS_COLORS= |
| 30 export BLOCKSIZE=1K | 33 export BLOCKSIZE=1K |
| 31 export BLOCK_SIZE=si | 34 export BLOCK_SIZE=si |
