summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-02-13 21:06:35 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-02-13 21:06:35 +0100
commit6a7ee3f7722de16b95a3d6b3ef47346f8abb7a72 (patch)
tree29d1013a0d6fbe01c26e224d6b4f17aac43c8209 /etc/.zshrc
parent9a076125e35d64b8883be6eab509cb7b3c6bed8d (diff)
Double histsize
Diffstat (limited to 'etc/.zshrc')
-rw-r--r--etc/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 76bb629..2397599 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -56,7 +56,7 @@ if [[ -d ~/var/cache/zsh ]] {
}
HISTFILE=${ZCACHEDIR}/history
-HISTSIZE=50000
+HISTSIZE=100000
SAVEHIST=${HISTSIZE}
DIRSTACKSIZE=20