summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 8a6276c..19a17ca 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -56,7 +56,7 @@ if [[ -d ~/var/cache/zsh ]] {
}
HISTFILE=${ZCACHEDIR}/history
-HISTSIZE=100000
+HISTSIZE=1000000
SAVEHIST=${HISTSIZE}
DIRSTACKSIZE=20