.bashrc
changeset 578 c4ed974c79ce
parent 576 3d5ba8711141
child 586 5b1adc5f0669
equal deleted inserted replaced
577:50e17493c476 578:c4ed974c79ce
    18   ;;
    18   ;;
    19 esac
    19 esac
    20 
    20 
    21 # Add current dir to xterm title.
    21 # Add current dir to xterm title.
    22 case "$TERM" in
    22 case "$TERM" in
    23   xterm*) PS1='\[\033]0;bash: \w\007\]'$PS1 ;;
    23   xterm*) PS1='\[\033]0;\u@\h+bash: \w\007\]'$PS1 ;;
    24 esac
    24 esac
    25 
    25 
    26 if command -v dircolors >/dev/null 2>&1 && [[ -f ~/.dircolors ]]; then
    26 if command -v dircolors >/dev/null 2>&1 && [[ -f ~/.dircolors ]]; then
    27   eval "`dircolors -b ~/.dircolors`"
    27   eval "`dircolors -b ~/.dircolors`"
    28 fi
    28 fi