diff options
author | Alan Pearce | 2014-08-13 15:52:23 +0100 |
---|---|---|
committer | Alan Pearce | 2014-08-13 15:52:23 +0100 |
commit | ab2b5173c4dee51d9888d6e2eb882ea082f4aede (patch) | |
tree | 37e367a057b09ec7c7cd7e77b864acef44093ae0 /tag-zsh/config/zsh | |
parent | c67dcb9f108fae48d0e37d0d51db09d5fe1424bd (diff) | |
download | nixfiles-ab2b5173c4dee51d9888d6e2eb882ea082f4aede.tar.lz nixfiles-ab2b5173c4dee51d9888d6e2eb882ea082f4aede.tar.zst nixfiles-ab2b5173c4dee51d9888d6e2eb882ea082f4aede.zip |
zsh: Use version-controlled zsh file
Makes configuration a lot easier.
Diffstat (limited to 'tag-zsh/config/zsh')
-rwxr-xr-x | tag-zsh/config/zsh/zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 5a8b97f1..f8a35311 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 |