# HG changeset patch # User Oleksandr Gavenko # Date 1281099816 -10800 # Node ID afa75cfe3d1784723c572f5b09ebd25f427e334c # Parent 92f5fb787ec4e67e4707dacdf2546e5e490a3323 Make ingnore pattern less restrictive for 'cd' and 'ls' command. diff -r 92f5fb787ec4 -r afa75cfe3d17 .bashrc --- a/.bashrc Wed Aug 04 23:05:43 2010 +0300 +++ b/.bashrc Fri Aug 06 16:03:36 2010 +0300 @@ -23,7 +23,7 @@ HISTCONTROL=igrorespace:erasedups # Don't store noisy/dumb items. -HISTIGNORE=" ?cd *":"e *":"sudo mv *":"sudo rm *":"sudo cp *":"sudo mkdir *":"sudo chmod *":"sudo chown *":"ls ?*":pwd:"vlc*" +HISTIGNORE=" ?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