summary refs log tree commit diff stats
path: root/tag-zsh/config/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'tag-zsh/config/zsh/zshrc')
-rwxr-xr-xtag-zsh/config/zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 40af65c..ce4b91f 100755
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-zsh/config/zsh/zshrc
@@ -6,7 +6,7 @@ export CLICOLOR=true
 #
 # zsh variables
 #
-HISTFILE=~/.zsh/history
+HISTFILE=~/.cache/zsh/history
 HISTSIZE=4000
 SAVEHIST=3000