.bashrc
changeset 230 2c6542befc32
parent 226 97139da73273
parent 228 b5a57a7abe40
child 231 84c9533f2675
equal deleted inserted replaced
229:c351b7891093 230:2c6542befc32
    12 # export TERM=xterm-256color
    12 # export TERM=xterm-256color
    13 
    13 
    14 PS1='bash# '
    14 PS1='bash# '
    15 # Set magenta bold font.
    15 # Set magenta bold font.
    16 case "$TERM" in
    16 case "$TERM" in
    17   xterm*) PS1='\[\033[31m\033[1m\]\h\033[35m\]+bash# \[\033[0m\]'
    17   xterm*) PS1='\[\033[31m\033[1m\]\h\[\033[35m\]+bash# \[\033[0m\]'
    18   ;;
    18   ;;
    19 esac
    19 esac
    20 
    20 
    21 # if [ -f ~/.dircolors ]; then
    21 # if [ -f ~/.dircolors ]; then
    22 #   eval `dircolors -b ~/.dircolors`
    22 #   eval `dircolors -b ~/.dircolors`