Fix history

This commit is contained in:
Anthony Wang 2021-03-31 12:13:11 -05:00
parent f59cc49161
commit a333f757f2
Signed by: a
GPG key ID: 6FD3502572299774

3
.zshrc
View file

@ -12,5 +12,6 @@ powerline-daemon -q
source /usr/lib/python3.9/site-packages/powerline/bindings/zsh/powerline.zsh
# History
export HISTFILE=~/.zsh_history
SAVEHIST=1000000
HISTFILE=~/.zsh_history
setopt INC_APPEND_HISTORY