From adad25c73c468168391cfeed86d530d937abf553 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Mon, 17 Oct 2022 10:00:35 +0200 Subject: Update of bashrc, i3config and i3status --- dot_bashrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'dot_bashrc') 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 -- cgit v1.2.3