From 86c99c5c68dc5a6313318ebb11f405bc508b0d94 Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 9 Jul 2020 02:06:27 -0400 Subject: .bash_profile: History control ignoreboth A value of ignoreboth is shorthand for ignorespace and ignoredups. --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_profile') 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" -- cgit v1.2.3