summaryrefslogtreecommitdiffstats
path: root/.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/rc/50options4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zsh/rc/50options b/.zsh/rc/50options
index d822e39..859efe8 100644
--- a/.zsh/rc/50options
+++ b/.zsh/rc/50options
@@ -3,8 +3,8 @@
#--------------------
export HISTFILE=~/.zsh/histfile
# for some odd reason allocating RAM to save the histfile takes ages..
-export HISTSIZE=4000
-export SAVEHIST=4000
+export HISTSIZE=20000
+export SAVEHIST=$HISTSIZE
#--------------------
# Other ZSH options