modify HISTIGNORE
This commit is contained in:
parent
4779f22f1e
commit
ee09b0c3d8
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ fi
|
||||||
# Source https://www.digitalocean.com/community/tutorials/how-to-use-bash-history-commands-and-expansions-on-a-linux-vps
|
# Source https://www.digitalocean.com/community/tutorials/how-to-use-bash-history-commands-and-expansions-on-a-linux-vps
|
||||||
stty -ixon
|
stty -ixon
|
||||||
export HISTCONTROL=erasedups:ignorespace:ignoredups
|
export HISTCONTROL=erasedups:ignorespace:ignoredups
|
||||||
export HISTIGNORE="ls:l:cd:exit:pwd:date:"
|
export HISTIGNORE="ls:l:cd:exit:pwd:date:mencfs:"
|
||||||
export HISTTIMEFORMAT='%F %T '
|
export HISTTIMEFORMAT='%F %T '
|
||||||
export HISTSIZE=999999
|
export HISTSIZE=999999
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue