summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2019-06-12 14:52:45 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2019-06-12 14:52:45 +0200
commit92e8f9aaf07a0753bad7ab9a825aeadf7aba43c2 (patch)
treea5e854d681cea94e10eb09011b0c8368726a0d0a
parent1163989d34b6d1127a2123a215088eb4f63d151f (diff)
increase history size
-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