diff options
author | Alan Pearce | 2014-04-13 09:29:51 +0100 |
---|---|---|
committer | Alan Pearce | 2014-04-13 09:29:51 +0100 |
commit | 5c295825a01ad0d2286d28619fc763668e3caee2 (patch) | |
tree | 00f2136d8eb0760fb072e25c1434bac47d85695e /tag-zsh/config | |
parent | beee827fe22e139b7ce0df571483cbac4000d06a (diff) | |
download | dotfiles-5c295825a01ad0d2286d28619fc763668e3caee2.tar.lz dotfiles-5c295825a01ad0d2286d28619fc763668e3caee2.tar.zst dotfiles-5c295825a01ad0d2286d28619fc763668e3caee2.zip |
zsh: Remove fasd autoload
Diffstat (limited to 'tag-zsh/config')
-rwxr-xr-x | tag-zsh/config/zsh/zshrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 25bc5af..cd92d24 100755 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -355,7 +355,6 @@ ec () { } _FASD_DATA="$HOME/.zsh/fasd-data" -autoload -U fasd source ~/.zsh/cache/fasd-init-zsh if [[ $OSTYPE == freebsd* ]]; then |