summaryrefslogtreecommitdiff
path: root/base/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'base/bashrc')
-rw-r--r--base/bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/bashrc b/base/bashrc
index d07906e..36bc1c6 100644
--- a/base/bashrc
+++ b/base/bashrc
@@ -7,7 +7,7 @@
# don't put duplicate lines in the history. See bash(1) for more options
# ... or force ignoredups and ignorespace
-HISTCONTROL=ignoredups:ignorespace
+HISTCONTROL=ignoredups
# append to the history file, don't overwrite it
shopt -s histappend
@@ -129,3 +129,4 @@ fi
if [ -f ~/.host-specific/bash_aliases ]; then
source ~/.host-specific/bash_aliases
fi
+