summary refs log tree commit diff stats
path: root/tag-zsh
diff options
context:
space:
mode:
authorAlan Pearce2014-04-13 09:50:36 +0100
committerAlan Pearce2014-04-13 09:50:36 +0100
commit53861212825c8cf6096a30e1d047931286e85846 (patch)
tree0a9e925388737a18aa8884070e8e729656df3746 /tag-zsh
parentee6d56fdaba008f2b16afdbd400021afa6231b36 (diff)
downloaddotfiles-53861212825c8cf6096a30e1d047931286e85846.tar.lz
dotfiles-53861212825c8cf6096a30e1d047931286e85846.tar.zst
dotfiles-53861212825c8cf6096a30e1d047931286e85846.zip
zsh: Compile fasd and use as a function.
Diffstat (limited to 'tag-zsh')
-rwxr-xr-xtag-zsh/config/zsh/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index eff4039..40af65c 100755
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-zsh/config/zsh/zshrc
@@ -355,6 +355,7 @@ ec () {
 }
 
 _FASD_DATA="$HOME/.cache/zsh/fasd-data"
+autoload -U fasd
 source ~/.cache/zsh/fasd-init-zsh
 
 if [[ $OSTYPE == freebsd* ]]; then