feat(zsh): expanded history size

History without limits.
This commit is contained in:
Josh Sherman 2020-01-29 22:07:30 -06:00
parent 00988bb783
commit 48fecf9d74
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

4
zshrc
View file

@ -14,8 +14,8 @@ source $INCLUDES/zsh-history-substring-search/zsh-history-substring-search.zsh
source $INCLUDES/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
HISTFILE=$HOME/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
HISTSIZE=1000000
SAVEHIST=1000000
zstyle ':completion:*' menu select
zstyle ':completion:*' completer _complete