]> git.armaanb.net Git - config.org.git/blobdiff - config.org
zsh: increase amount of history saved
[config.org.git] / config.org
index c991bc23c0a931772cb9160d2acb905da6a1efaa..01304fcdac2c155f595919676f3a54384a85b3e0 100644 (file)
@@ -840,7 +840,7 @@ No more clogging up init.el.
 **** Programs
 #+begin_src conf :tangle ~/.spectrwm.conf
   program[aerc] = alacritty -e aerc
-  program[catgirl] = alacritty --hold -e sh -c "while : ; do ssh -p 23 -t root@armaanb.net abduco -a catgirl; sleep 2; done"
+  program[catgirl] = alacritty --hold -e sh -c "while : ; do ssh root@armaanb.net -t abduco -A irc catgirl freenode; sleep 2; done"
   program[emacs] = emacsclient -c
   program[firefox] = firefox
   program[emacs-anywhere] = emacsclient --eval "(emacs-everywhere)"
@@ -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