summary refs log tree commit diff stats
path: root/tag-zsh/config/zsh/zshrc
diff options
context:
space:
mode:
authorAlan Pearce2014-04-13 10:04:03 +0100
committerAlan Pearce2014-04-13 10:04:03 +0100
commitad529fd05f192d37299a5e8d009baa5d16da30bb (patch)
tree5ac8b339263bbdca86127d125e14e7e465cda730 /tag-zsh/config/zsh/zshrc
parent606c29d286a3da41da310faaa008d1a0280decd7 (diff)
downloaddotfiles-ad529fd05f192d37299a5e8d009baa5d16da30bb.tar.lz
dotfiles-ad529fd05f192d37299a5e8d009baa5d16da30bb.tar.zst
dotfiles-ad529fd05f192d37299a5e8d009baa5d16da30bb.zip
Update and migrate zsh history file location
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