mirror of https://github.com/bjeanes/dotfiles.git
Ignore certain commands from shell history
parent
910aee6172
commit
3367b3e17a
|
@ -15,6 +15,7 @@ export GREP_COLOR='1;32'
|
|||
export CLICOLOR=1
|
||||
|
||||
export HISTSIZE=1000000
|
||||
export HISTIGNORE="clear:bg:fg:cd:cd -:exit:date:w:* --help"
|
||||
|
||||
export REPORTTIME=2
|
||||
export TIMEFMT="%*Es total, %U user, %S system, %P cpu"
|
||||
|
|
Loading…
Reference in New Issue