summary refs log tree commit diff stats
path: root/hooks
diff options
context:
space:
mode:
authorAlan Pearce2014-04-13 09:50:36 +0100
committerAlan Pearce2014-04-13 09:50:36 +0100
commit53861212825c8cf6096a30e1d047931286e85846 (patch)
tree0a9e925388737a18aa8884070e8e729656df3746 /hooks
parentee6d56fdaba008f2b16afdbd400021afa6231b36 (diff)
downloaddotfiles-53861212825c8cf6096a30e1d047931286e85846.tar.lz
dotfiles-53861212825c8cf6096a30e1d047931286e85846.tar.zst
dotfiles-53861212825c8cf6096a30e1d047931286e85846.zip
zsh: Compile fasd and use as a function.
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/post-up/zsh10
1 files changed, 10 insertions, 0 deletions
diff --git a/hooks/post-up/zsh b/hooks/post-up/zsh
index e69362b..05a7237 100755
--- a/hooks/post-up/zsh
+++ b/hooks/post-up/zsh
@@ -39,4 +39,14 @@ for fp in $ZDOTDIR/functions/*(/); do
 	zrecompile -p $fp $fp/*
 done
 
+if [[ -s $commands[fasd] ]]; then
+	if [[ ! -d $ZDOTDIR/functions/fasd ]]; then
+		mkdir $ZDOTDIR/functions/fasd
+	fi
+	if [[ ! -h $ZDOTDIR/functions/fasd/fasd ]]; then
+		ln -s =fasd $ZDOTDIR/functions/fasd/fasd
+	fi
+	zrecompile -p $ZDOTDIR/functions/fasd $ZDOTDIR/functions/fasd/fasd
+fi
+
 [[ -f ~/.zsh/fasd-data ]] && mv ~/.zsh/fasd-data ~/.cache/zsh/fasd-data