Update and migrate zsh history file location
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M tag-zsh/config/zsh/zshrc → tag-zsh/config/zsh/zshrc
@@ -6,7 +6,7 @@ # # zsh variables # -HISTFILE=~/.zsh/history +HISTFILE=~/.cache/zsh/history HISTSIZE=4000 SAVEHIST=3000