dotfiles

dot files in ~
git clone git://git.unixkoans.com/dotfiles.git
Log | Files | Refs

commit 372168d3c9326937364c29732e3cc40eb421df6c
parent 81a5ec11bfbf5e2f22b61f9a9a022fcbbc58361b
Author: Xiaodong Xu <[email protected]>
Date:   Sat Jun 23 23:48:22 +0800

Update bash config

Diffstat:
.bashrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.bashrc b/.bashrc @@ -23,7 +23,7 @@ boCyan="\[\033[1;36m\]" liWhite="\[\033[0;37m\]" boWhite="\[\033[1;37m\]" -PS1="\n$boGreen\u$liWhite at $boBlue\h$liWhite in $boRed\w $liYellow{\[\`let exitstatus=\$? ; if [[ \${exitstatus} != 0 ]] ; then echo \"\${exitstatus}\" ; else echo "0" ; fi\`\]} \n$liRed» $liWhite" +PS1="\n$boGreen\u$liWhite at $boBlue\h$liWhite in $boRed\w $liYellow{\[\`let exitstatus=\$? ; if [[ \${exitstatus} != 0 ]] ; then echo \"\${exitstatus}\" ; else echo "0" ; fi\`\]} \n$liRed∞ $liWhite" # alias if [ "$TERM" != "dumb" ]; then