summary refs log tree commit diff stats
path: root/tag-zsh
diff options
context:
space:
mode:
authorAlan Pearce2014-08-13 15:52:23 +0100
committerAlan Pearce2014-08-13 15:52:23 +0100
commitab2b5173c4dee51d9888d6e2eb882ea082f4aede (patch)
tree37e367a057b09ec7c7cd7e77b864acef44093ae0 /tag-zsh
parentc67dcb9f108fae48d0e37d0d51db09d5fe1424bd (diff)
downloaddotfiles-ab2b5173c4dee51d9888d6e2eb882ea082f4aede.tar.lz
dotfiles-ab2b5173c4dee51d9888d6e2eb882ea082f4aede.tar.zst
dotfiles-ab2b5173c4dee51d9888d6e2eb882ea082f4aede.zip
zsh: Use version-controlled zsh file
Makes configuration a lot easier.
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