]> git.armaanb.net Git - config.org.git/commitdiff
zsh: increase amount of history saved
authorArmaan Bhojwani <me@armaanb.net>
Mon, 19 Apr 2021 16:54:12 +0000 (12:54 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 19 Apr 2021 16:54:12 +0000 (12:54 -0400)
config.org

index bba98ed4760b1f273886af5c861ec8c2dd30f391..01304fcdac2c155f595919676f3a54384a85b3e0 100644 (file)
@@ -882,8 +882,8 @@ No more clogging up init.el.
   setopt hist_ignore_dups
   setopt hist_reduce_blanks
 
-  HISTSIZE=10000
-  SAVEHIST=10000
+  HISTSIZE=100000
+  SAVEHIST=100000
   HISTFILE=~/.local/share/zsh/history
 #+end_src
 *** Plugins