aboutsummaryrefslogtreecommitdiff
path: root/dot_bashrc
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2022-10-17 10:00:35 +0200
committerclyhtsuriva <aimeric@adjutor.xyz>2022-10-17 10:00:35 +0200
commitadad25c73c468168391cfeed86d530d937abf553 (patch)
treec4e22bdf167edf30966d4ce852d4c5bf15d4d2ac /dot_bashrc
parentae1fa811bfa270a9124abb7aa8d4cc6af538071b (diff)
Update of bashrc, i3config and i3status
Diffstat (limited to 'dot_bashrc')
-rw-r--r--dot_bashrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/dot_bashrc b/dot_bashrc
index e5cc0d5..70c61d1 100644
--- a/dot_bashrc
+++ b/dot_bashrc
@@ -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