.bashrc
changeset 107 43f69ef5ec58
parent 106 6bcd784caf97
child 109 40feef132306
--- a/.bashrc	Wed Nov 03 11:59:09 2010 +0200
+++ b/.bashrc	Wed Nov 03 16:00:13 2010 +0200
@@ -24,7 +24,11 @@
 
 # Don't store noisy/dumb items.
 # TIP: MC command start with space.
-HISTIGNORE=" ?cd ..":" cd *":"e .":"sudo mv *":"sudo rm *":"sudo cp *":"sudo mkdir *":"sudo chmod *":"sudo chown *":"vlc*":ls:pwd
+HISTIGNORE=\
+"cd ..":"cd ../..":" cd *":\
+"e *":\
+"sudo mv *":"sudo rm *":"sudo cp *":"sudo mkdir *":"sudo chmod *":"sudo chown *":\
+"vlc *":ls:pwd
 
 # To these options assigned default value, as they satisfy my needs I comment them.
 # HISTFILE=~/.bash_history  # where is command history stored