aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/bash/rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/bash/rc b/etc/bash/rc
index e4c1356..4d8dbe8 100644
--- a/etc/bash/rc
+++ b/etc/bash/rc
@@ -34,6 +34,8 @@ mkdir -p \
HISTSIZE=
HISTFILE="$XDG_STATE_HOME/bash-history"
+HISTCONTROL=ignorespace:ignoredups
+
export SRC=~/dev
export EDITOR='vi'
export VISUAL="$EDITOR"