fix HISTCONTROL from , to : separated list
This commit is contained in:
parent
0d18717831
commit
0205d4afad
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ fi
|
||||||
# Disable Ctrl+s to freeze terminal
|
# Disable Ctrl+s to freeze terminal
|
||||||
# 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:"
|
||||||
export HISTTIMEFORMAT='%F %T '
|
export HISTTIMEFORMAT='%F %T '
|
||||||
export HISTSIZE=999999
|
export HISTSIZE=999999
|
||||||
|
|
Loading…
Reference in a new issue