From ab2b5173c4dee51d9888d6e2eb882ea082f4aede Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 13 Aug 2014 15:52:23 +0100 Subject: zsh: Use version-controlled zsh file Makes configuration a lot easier. --- tag-zsh/config/zsh/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tag-zsh') 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 -- cgit 1.4.1