summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xhooks/post-up/zsh2
-rwxr-xr-xtag-zsh/config/zsh/zshrc2
2 files changed, 3 insertions, 1 deletions
diff --git a/hooks/post-up/zsh b/hooks/post-up/zsh
index 085240d..e69362b 100755
--- a/hooks/post-up/zsh
+++ b/hooks/post-up/zsh
@@ -38,3 +38,5 @@ zrecompile -p -R $ZDOTDIR/.zshrc.zwc $zfiles -- \
 for fp in $ZDOTDIR/functions/*(/); do
 	zrecompile -p $fp $fp/*
 done
+
+[[ -f ~/.zsh/fasd-data ]] && mv ~/.zsh/fasd-data ~/.cache/zsh/fasd-data
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