diff -r e11e0adb941b -r 2e991b769c95 .mc/bashrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.mc/bashrc Sat Mar 13 15:47:40 2010 +0200 @@ -0,0 +1,7 @@ +# -*- mode: sh -*- + +# ignorespace do not save lines that start with space +# erasedups all previous lines matching the current line to be removed from +# the history list before that line is saved +export HISTCONTROL=igrorespace:erasedups +export HISTIGNORE=" ?cd *":"e *":"sudo mv *":"sudo rm *":"sudo cp *":"sudo mkdir *":"sudo chmod *":"sudo chown *":ls:pwd:"vlc*"