aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-07-09 02:06:27 -0400
committertdro <tdro@users.noreply.github.com>2020-07-09 02:09:58 -0400
commit86c99c5c68dc5a6313318ebb11f405bc508b0d94 (patch)
tree10d4ec2901f2f4ecdf5ac32776fc164bf77c8342 /.bash_profile
parent8f18eac45ac34ff56fafc49ce5ffaed042712928 (diff)
downloaddotfiles-86c99c5c68dc5a6313318ebb11f405bc508b0d94.tar.gz
dotfiles-86c99c5c68dc5a6313318ebb11f405bc508b0d94.tar.bz2
dotfiles-86c99c5c68dc5a6313318ebb11f405bc508b0d94.zip
.bash_profile: History control ignoreboth
A value of ignoreboth is shorthand for ignorespace and ignoredups.
Diffstat (limited to '.bash_profile')
-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"