.bashrc
changeset 481 9b1b0a64635b
parent 480 4d0ff0dfdeb9
child 482 3860547a5594
equal deleted inserted replaced
480:4d0ff0dfdeb9 481:9b1b0a64635b
    24 
    24 
    25 # Don't store duplicate adjacent items in the history.
    25 # Don't store duplicate adjacent items in the history.
    26 #   ignorespace     do not save lines that start with space
    26 #   ignorespace     do not save lines that start with space
    27 #   erasedups       all previous lines matching the current line to be removed from
    27 #   erasedups       all previous lines matching the current line to be removed from
    28 #                   the history list before that line is saved
    28 #                   the history list before that line is saved
    29 HISTCONTROL=igrorespace:erasedups
    29 HISTCONTROL=ignorespace:erasedups
    30 
    30 
    31 # Don't store noisy/dumb items.
    31 # Don't store noisy/dumb items.
    32 # TIP: MC command start with space.
    32 # TIP: MC command start with space.
    33 HISTIGNORE=\
    33 HISTIGNORE=\
    34 " cd *":\
    34 " cd *":\