Modified HISTIGNORE

This commit is contained in:
Darren 'Tadgy' Austin 2016-10-17 13:46:17 +01:00
commit d9bfeaf472

View file

@ -7,7 +7,7 @@ IGNOREEOF=0
# History control. # History control.
HISTCONTROL="ignoredups" HISTCONTROL="ignoredups"
HISTFILESIZE=100000 HISTFILESIZE=100000
HISTIGNORE="cd:ls:w:bg:fg:jobs:exit:pwd:clear:history" HISTIGNORE="w:bg:bg *:fg:fg *:jobs:exit:pwd:clear:history"
HISTSIZE=-1 HISTSIZE=-1
HISTTIMEFORMAT="%d/%m/%y %H:%M:%S " HISTTIMEFORMAT="%d/%m/%y %H:%M:%S "
history -r history -r