summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/bashrc b/bashrc
index c2d4606..c51b824 100644
--- a/bashrc
+++ b/bashrc
@@ -104,8 +104,10 @@ fi
PATH=$PATH:~/files/scripts/
export XAUTHORITY=~/.Xauthority
-export HISTSIZE=15000
-export HISTCONTROL=ignoredups
+export HISTFILESIZE=15000
+export HISTSIZE=${HISTFILESIZE}
+export HISTCONTROL=ignoredups:ignorespace
+shopt -s histappend
export LESSCHARSET=utf-8
export EDITOR="gvim -f"
shopt -s cdspell