diff --git a/.zshrc b/.zshrc index 8a87b84..d254d3a 100644 --- a/.zshrc +++ b/.zshrc @@ -24,6 +24,7 @@ prompt pure HISTSIZE=10000 SAVEHIST=10000 HISTFILE=~/.cache/zshhistory +setopt appendhistory # Basic auto/tab complete: autoload -U compinit