summary refs log tree commit diff stats
path: root/tag-zsh
diff options
context:
space:
mode:
authorAlan Pearce2014-04-13 09:38:30 +0100
committerAlan Pearce2014-04-13 09:38:30 +0100
commit414852c9e8fb99bb5ae79401f0e746aacbb3c11c (patch)
treecd1cd1d19eb8a1e326b444a90e0af2c5cf322607 /tag-zsh
parentb4f919d6b8969113181955cacb3c2e7bf14af67d (diff)
downloaddotfiles-414852c9e8fb99bb5ae79401f0e746aacbb3c11c.tar.lz
dotfiles-414852c9e8fb99bb5ae79401f0e746aacbb3c11c.tar.zst
dotfiles-414852c9e8fb99bb5ae79401f0e746aacbb3c11c.zip
Update and migrate fasd data file location
Diffstat (limited to 'tag-zsh')
-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 6535e0f..eff4039 100755
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-zsh/config/zsh/zshrc
@@ -354,7 +354,7 @@ ec () {
 	fi
 }
 
-_FASD_DATA="$HOME/.zsh/fasd-data"
+_FASD_DATA="$HOME/.cache/zsh/fasd-data"
 source ~/.cache/zsh/fasd-init-zsh
 
 if [[ $OSTYPE == freebsd* ]]; then