comparison rc/bashrc @ 414:69f30c512242

Less quotes.
author Edho Arief <edho@myconan.net>
date Fri, 23 Nov 2012 10:40:53 -0500
parents fda660f86df3
children e47f64f0dec0
comparison
equal deleted inserted replaced
413:fda660f86df3 414:69f30c512242
44 shopt -s histappend 44 shopt -s histappend
45 PROMPT_COMMAND="history -a; history -n" 45 PROMPT_COMMAND="history -a; history -n"
46 export HISTFILESIZE=10000 46 export HISTFILESIZE=10000
47 export HISTCONTROL=ignoredups 47 export HISTCONTROL=ignoredups
48 48
49 export PAGER="more" 49 export PAGER=more
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 LC_MESSAGES=C
56 export CLICOLOR= 56 export CLICOLOR=
57 export LSCOLORS="gxfxcxdxbxegedabagacad" 57 export LSCOLORS="gxfxcxdxbxegedabagacad"
58 export LS_COLORS= 58 export LS_COLORS=
59 export BLOCKSIZE=1K 59 export BLOCKSIZE=1K