summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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