diff options
author | Alan Pearce | 2014-04-13 09:38:07 +0100 |
---|---|---|
committer | Alan Pearce | 2014-04-13 09:38:07 +0100 |
commit | b4f919d6b8969113181955cacb3c2e7bf14af67d (patch) | |
tree | 1ceda0b742e7d8fb378afc22e3ace12bf5ce464c /tag-zsh/config/zsh/zshrc | |
parent | 5c295825a01ad0d2286d28619fc763668e3caee2 (diff) | |
download | nixfiles-b4f919d6b8969113181955cacb3c2e7bf14af67d.tar.lz nixfiles-b4f919d6b8969113181955cacb3c2e7bf14af67d.tar.zst nixfiles-b4f919d6b8969113181955cacb3c2e7bf14af67d.zip |
zsh: Update fasd init file location
Diffstat (limited to 'tag-zsh/config/zsh/zshrc')
-rwxr-xr-x | tag-zsh/config/zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index cd92d245..6535e0f2 100755 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -355,7 +355,7 @@ ec () { } _FASD_DATA="$HOME/.zsh/fasd-data" -source ~/.zsh/cache/fasd-init-zsh +source ~/.cache/zsh/fasd-init-zsh if [[ $OSTYPE == freebsd* ]]; then source $ZDOTDIR/freebsd.zsh |