diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-02-13 21:06:35 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-02-13 21:06:35 +0100 |
commit | 6a7ee3f7722de16b95a3d6b3ef47346f8abb7a72 (patch) | |
tree | 29d1013a0d6fbe01c26e224d6b4f17aac43c8209 | |
parent | 9a076125e35d64b8883be6eab509cb7b3c6bed8d (diff) |
Double histsize
-rw-r--r-- | etc/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ if [[ -d ~/var/cache/zsh ]] { } HISTFILE=${ZCACHEDIR}/history -HISTSIZE=50000 +HISTSIZE=100000 SAVEHIST=${HISTSIZE} DIRSTACKSIZE=20 |