.bashrc
changeset 993 43ccab60bb32
parent 991 57fda390e91c
child 997 02ca7e4cc631
equal deleted inserted replaced
992:d9cb7673d29c 993:43ccab60bb32
    60 HISTCONTROL=ignorespace:erasedups
    60 HISTCONTROL=ignorespace:erasedups
    61 
    61 
    62 # Don't store noisy/dumb items.
    62 # Don't store noisy/dumb items.
    63 # TIP: MC command start with space.
    63 # TIP: MC command start with space.
    64 HISTIGNORE=\
    64 HISTIGNORE=\
    65 " cd *":\
    65 " *":\
    66 "vlc *":ls:pwd
    66 "vlc *":ls:pwd
    67 
    67 
    68 # To these options assigned default value, as they satisfy my needs I comment them.
    68 # To these options assigned default value, as they satisfy my needs I comment them.
    69 # HISTFILE=~/.bash_history  # where is command history stored
    69 # HISTFILE=~/.bash_history  # where is command history stored
    70 # HISTFILESIZE=500          # how many lines been in $HISTFILE
    70 # HISTFILESIZE=500          # how many lines been in $HISTFILE