feat(zsh): expanded history size
History without limits.
This commit is contained in:
parent
00988bb783
commit
48fecf9d74
1 changed files with 2 additions and 2 deletions
4
zshrc
4
zshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue