summaryrefslogtreecommitdiffstats
path: root/.zsh
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-07-12 16:02:32 +0200
committerFlorian Pritz <f-p@gmx.at>2009-07-12 16:02:32 +0200
commit6757f9d15ae5a79c00e1ab700543c380d975b766 (patch)
tree9a5b92015062f77a335efd09887b4076885f6857 /.zsh
parentbf4a585269a87e57e8ef88130eedd2512a5eaeb5 (diff)
downloaddotfiles-6757f9d15ae5a79c00e1ab700543c380d975b766.tar.gz
dotfiles-6757f9d15ae5a79c00e1ab700543c380d975b766.tar.xz
bigger history
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 e201f9c..8e1a573 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=4000
+export HISTSIZE=5000
export SAVEHIST=$HISTSIZE
#--------------------