diff options
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -80,8 +80,8 @@ setopt CHECK_JOBS unsetopt BG_NICE export HISTFILE=~/.zsh_history -export HISTSIZE=10000 -export SAVEHIST=10000 +export HISTSIZE=50000 +export SAVEHIST=50000 setopt APPEND_HISTORY setopt INC_APPEND_HISTORY #setopt SHARE_HISTORY |