소스 검색

Set zsh HISTSIZE

Apparently this is different from SAVEHIST
Thomas Dy 9 년 전
부모
커밋
11a06a9e39
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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