comparison 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
comparison
equal deleted inserted replaced
412:7ceec4404caf 413:fda660f86df3
50 export EDITOR="vi" 50 export EDITOR="vi"
51 export LANG="en_US.UTF-8" 51 export LANG="en_US.UTF-8"
52 # The en_US.UTF-8 causes weird sorting. 52 # The en_US.UTF-8 causes weird sorting.
53 # (not really, but I prefer C based sort.) 53 # (not really, but I prefer C based sort.)
54 export LC_COLLATE="C" 54 export LC_COLLATE="C"
55 export LC_MESSAGES=C
55 export CLICOLOR= 56 export CLICOLOR=
56 export LSCOLORS="gxfxcxdxbxegedabagacad" 57 export LSCOLORS="gxfxcxdxbxegedabagacad"
57 export LS_COLORS= 58 export LS_COLORS=
58 export BLOCKSIZE=1K 59 export BLOCKSIZE=1K
59 export BLOCK_SIZE=si 60 export BLOCK_SIZE=si