summaryrefslogtreecommitdiffstats
path: root/.zsh
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-05-11 20:36:52 +0200
committerFlorian Pritz <f-p@gmx.at>2009-05-11 20:36:52 +0200
commit24fc62aa81a33d1f703b6a211b9f77b36673bfdc (patch)
tree8ff33ee90d54e016bba7f66b65bdce792f298886 /.zsh
parent8eb9253f417c058076b36e7675c5569c93186861 (diff)
downloaddotfiles-24fc62aa81a33d1f703b6a211b9f77b36673bfdc.tar.gz
dotfiles-24fc62aa81a33d1f703b6a211b9f77b36673bfdc.tar.xz
20k are too much for zsh to save
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
#--------------------