comparison rc/bashrc @ 342:4a37643931c4

[rc/bashrc] Better color for solarized and general (blue -> cyan).
author Edho Arief <edho@myconan.net>
date Sun, 25 Mar 2012 16:56:14 +0700
parents 4d3288c19e91
children 759f9a63a497
comparison
equal deleted inserted replaced
341:675590e84904 342:4a37643931c4
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 export CLICOLOR= 27 export CLICOLOR=
28 export LSCOLORS="exfxcxdxbxegedabagacad" 28 export LSCOLORS="gxfxcxdxbxegedabagacad"
29 export LS_COLORS= 29 export LS_COLORS=
30 export BLOCKSIZE=1K 30 export BLOCKSIZE=1K
31 export BLOCK_SIZE=si 31 export BLOCK_SIZE=si
32 32
33 alias ls="ls -F" 33 alias ls="ls -F"
171 done 171 done
172 172
173 case "${TERM}" in 173 case "${TERM}" in
174 xterm*|screen*|dtterm*) 174 xterm*|screen*|dtterm*)
175 PROMPT_COMMAND='echo -ne "\033]0;'"${USER:-$LOGNAME}@$(uname -n)"': ${PWD}\007";'"${PROMPT_COMMAND}" 175 PROMPT_COMMAND='echo -ne "\033]0;'"${USER:-$LOGNAME}@$(uname -n)"': ${PWD}\007";'"${PROMPT_COMMAND}"
176 PS1='[\[\e[0;33m\]\u\[\e[0m\]@\[\e[0;32m\]\h\[\e[0m\] \[\e[0;34m\]\W\[\e[0m\]]\$ ' 176 PS1='[\[\e[0;33m\]\u\[\e[0m\]@\[\e[0;32m\]\h\[\e[0m\] \[\e[0;36m\]\W\[\e[0m\]]\$ '
177 ;; 177 ;;
178 *) 178 *)
179 PS1='[\u@\h \W]\$ ' 179 PS1='[\u@\h \W]\$ '
180 ;; 180 ;;
181 esac 181 esac