Ignore certain commands from shell history

pull/2/head
Bodaniel Jeanes 2011-11-22 14:34:53 -06:00
parent 910aee6172
commit 3367b3e17a
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ export GREP_COLOR='1;32'
export CLICOLOR=1 export CLICOLOR=1
export HISTSIZE=1000000 export HISTSIZE=1000000
export HISTIGNORE="clear:bg:fg:cd:cd -:exit:date:w:* --help"
export REPORTTIME=2 export REPORTTIME=2
export TIMEFMT="%*Es total, %U user, %S system, %P cpu" export TIMEFMT="%*Es total, %U user, %S system, %P cpu"