diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2022-10-17 10:00:35 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2022-10-17 10:00:35 +0200 |
commit | adad25c73c468168391cfeed86d530d937abf553 (patch) | |
tree | c4e22bdf167edf30966d4ce852d4c5bf15d4d2ac /dot_bashrc | |
parent | ae1fa811bfa270a9124abb7aa8d4cc6af538071b (diff) |
Update of bashrc, i3config and i3status
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 |