fix(zsh): use default histfile location

This commit is contained in:
Price Hiller 2022-08-02 16:53:51 -05:00
parent 995ccebe97
commit fe4ba921cd

View File

@ -1,6 +1,5 @@
#!/usr/bin/env options
export HISTFILE="${XDG_CACHE_HOME}/.zsh-history"
export SAVEHIST=10000
setopt appendhistory