append history

This commit is contained in:
ChrisTitusTech 2020-06-11 13:23:55 -05:00
parent 7b54c413aa
commit 2c5bedaacf

1
.zshrc

@ -24,6 +24,7 @@ prompt pure
HISTSIZE=10000
SAVEHIST=10000
HISTFILE=~/.cache/zshhistory
setopt appendhistory
# Basic auto/tab complete:
autoload -U compinit