]> git.draconx.ca Git - zshconf.git/blobdiff - zshrc
Set HISTSIZE to 10000.
[zshconf.git] / zshrc
diff --git a/zshrc b/zshrc
index dbe140157a0b9ed73a8681a70e5c6fdfdefc1a33..92842a7ec6b101f895cd7a5ed073f3e35734dab4 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -9,9 +9,9 @@
 
 if [[ -n $HOME ]]; then
        HISTFILE=$HOME/.zsh_history
 
 if [[ -n $HOME ]]; then
        HISTFILE=$HOME/.zsh_history
-       SAVEHIST=1000
+       SAVEHIST=10000
 fi
 fi
-HISTSIZE=1000
+HISTSIZE=10000
 
 bindkey -e
 
 
 bindkey -e