all/.bashrc
changeset 17 e11e0adb941b
parent 16 f198c475f3d3
child 29 1a0b84ed3954
equal deleted inserted replaced
16:f198c475f3d3 17:e11e0adb941b
     9 # Note debian/ubuntu users should install the ncurses-term package to support this
     9 # Note debian/ubuntu users should install the ncurses-term package to support this
    10 # export TERM=xterm-256color
    10 # export TERM=xterm-256color
    11 
    11 
    12 # XXX highlight $HOST:$PWD prompt
    12 # XXX highlight $HOST:$PWD prompt
    13 # PS1='\[\e[1m\]\h:\w\$\[\e[0m\] '
    13 # PS1='\[\e[1m\]\h:\w\$\[\e[0m\] '
    14 PS1='# '
    14 PS1='bash# '
    15 
    15 
    16 # Don't store duplicate adjacent items in the history.
    16 # Don't store duplicate adjacent items in the history.
    17 #   ignorespace     do not save lines that start with space
    17 #   ignorespace     do not save lines that start with space
    18 #   erasedups       all previous lines matching the current line to be removed from
    18 #   erasedups       all previous lines matching the current line to be removed from
    19 #                   the history list before that line is saved
    19 #                   the history list before that line is saved