summaryrefslogtreecommitdiffstats
path: root/.zsh
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-04-21 15:14:09 +0200
committerFlorian Pritz <f-p@gmx.at>2009-04-21 15:14:09 +0200
commitb48bb3366a221a08a5264e38fbed6b1f2f6f53ab (patch)
treeeb5ed32276a6e90d8b38292968bf12ca8a08eab4 /.zsh
parent9e7fb4048e47b473df9c2bded0cf1056136f9533 (diff)
downloaddotfiles-b48bb3366a221a08a5264e38fbed6b1f2f6f53ab.tar.gz
dotfiles-b48bb3366a221a08a5264e38fbed6b1f2f6f53ab.tar.xz
misc changes
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