diff options
Diffstat (limited to 'dot_bashrc')
-rw-r--r-- | dot_bashrc | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -8,10 +8,7 @@ shopt -s autocd cdspell checkjobs extglob histappend # histappend: append to the history instead of overwriting (good for multiple connections) HISTSIZE= HISTFILESIZE= # Infinite history. -HISTCONTROL="ignorespace" - -# ignore duplicate commands, ignore commands starting with a space -export HISTCONTROL=erasedups +export HISTCONTROL='ignorespace:erasedups' export XDG_DATA_HOME="$HOME"/.local/share export XDG_CONFIG_HOME="$HOME"/.config |