summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 0e176c5..7767693 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,9 +1,9 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
-HISTCONTROL=ignoreboth
+HISTCONTROL=ignoreboth:erasedups
HISTSIZE=1000
-HISTFILESIZE=2000
+HISTFILESIZE=5000
shopt -s histappend
shopt -s checkwinsize