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/zshrc7
1 files changed, 6 insertions, 1 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 26819621..067c517d 100755
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-zsh/config/zsh/zshrc
@@ -356,7 +356,12 @@ ec () {
 
 _FASD_DATA="$HOME/.cache/zsh/fasd-data"
 autoload -U fasd
-source ~/.cache/zsh/fasd-init-zsh
+if [[ -e ~/.cache/zsh/fasd-init-zsh ]]
+then
+	source ~/.cache/zsh/fasd-init-zsh
+else
+	echo "fasd init file is missing."
+fi
 
 if [[ $OSTYPE == freebsd* ]]; then
 	source $ZDOTDIR/freebsd.zsh