fix HISTCONTROL from , to : separated list

This commit is contained in:
Jakobus Schürz 2020-02-17 20:02:59 +01:00
parent 0d18717831
commit 0205d4afad

View file

@ -126,7 +126,7 @@ fi
# 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
stty -ixon
export HISTCONTROL=erasedups,ignorespace,ignoredups
export HISTCONTROL=erasedups:ignorespace:ignoredups
export HISTIGNORE="ls:l:cd:exit:pwd:date:"
export HISTTIMEFORMAT='%F %T '
export HISTSIZE=999999