summary refs log tree commit diff stats
path: root/tag-zsh
diff options
context:
space:
mode:
Diffstat (limited to 'tag-zsh')
-rwxr-xr-xtag-zsh/config/zsh/zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 5a8b97f..f8a3531 100755
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-zsh/config/zsh/zshrc
@@ -376,9 +376,9 @@ fi
 
 _FASD_DATA="$HOME/.cache/zsh/fasd-data"
 autoload -U fasd
-if [[ -e ~/.cache/zsh/fasd-init-zsh ]]
+if [[ -e ~/.config/zsh/fasd.zsh ]]
 then
-	source ~/.cache/zsh/fasd-init-zsh
+	source ~/.config/zsh/fasd.zsh
 else
 	echo "fasd init file is missing."
 fi