diff options
author | Alan Pearce | 2015-03-28 10:00:08 +0000 |
---|---|---|
committer | Alan Pearce | 2015-03-28 10:00:08 +0000 |
commit | 477ee903f470f7538e4ab3ffbff73ed31c24a1b5 (patch) | |
tree | f842e226c754d2c2b1683bc8f7e3681aca06f500 /tag-zsh | |
parent | f8025d37533262930738d89121fe8bc34f75eb8d (diff) | |
download | nixfiles-477ee903f470f7538e4ab3ffbff73ed31c24a1b5.tar.lz nixfiles-477ee903f470f7538e4ab3ffbff73ed31c24a1b5.tar.zst nixfiles-477ee903f470f7538e4ab3ffbff73ed31c24a1b5.zip |
Zsh: Remove fasd autoload
Diffstat (limited to 'tag-zsh')
-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 fbb2cce4..3e4c7e8f 100755 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -372,7 +372,6 @@ else fi _FASD_DATA="$HOME/.cache/zsh/fasd-data" -autoload -U fasd if [[ -e ~/.config/zsh/fasd.zsh ]] then source ~/.config/zsh/fasd.zsh |