# HG changeset patch # User Oleksandr Gavenko # Date 1255863083 -10800 # Node ID 7c403971585d805025789639c873605b50f11a41 # Parent 687b3cb8c59a7b01dc08d31060a4d97713926888 Added history ignore rules. diff -r 687b3cb8c59a -r 7c403971585d linux/.mc/bashrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux/.mc/bashrc Sun Oct 18 13:51:23 2009 +0300 @@ -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*"