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