Modified HISTIGNORE
This commit is contained in:
parent
c324ebfd4c
commit
d9bfeaf472
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue