# HG changeset patch # User Oleksandr Gavenko # Date 1268776445 -7200 # Node ID 8c7465d5f94d2e5aa7a10cdc767896c13d589f77 # Parent d410aac55409cac2ab3a7e2274b4130d1b520e72 Improve HISTIGNORE. diff -r d410aac55409 -r 8c7465d5f94d .bashrc --- a/.bashrc Tue Mar 16 23:51:18 2010 +0200 +++ b/.bashrc Tue Mar 16 23:54:05 2010 +0200 @@ -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 *":"ls ?*":pwd:"vlc*" # To these options assigned default value, as they satisfy my needs I comment them. # HISTFILE=~/.bash_history # where is command history stored