Parcourir la source

Set zsh HISTSIZE

Apparently this is different from SAVEHIST
Thomas Dy il y a 9 ans
Parent
commit
11a06a9e39
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .zsh/config.zsh

+ 1 - 0
.zsh/config.zsh

@@ -13,6 +13,7 @@ zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'
 
 REPORTTIME=5
 HISTFILE="${HOME}/.zhistory"
+HISTSIZE=1000
 SAVEHIST=10000
 
 setopt inc_append_history