aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index 9a02ccb..e2a0b5d 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -32,7 +32,7 @@ export PROMPT_COMMAND='cd .; history -a'
export HISTSIZE=
export HISTFILESIZE=
export HISTTIMEFORMAT="%d/%m/%y %T "
-export HISTCONTROL=ignoredups:erasedups
+export HISTCONTROL=ignoreboth:erasedups
export SUDO_ASKPASS="$HOME/.local/bin/rofi-askpass"
export XDG_CONFIG_HOME="$HOME/.config"