summary refs log tree commit diff stats
path: root/hooks
diff options
context:
space:
mode:
authorAlan Pearce2014-08-13 15:53:52 +0100
committerAlan Pearce2014-08-13 15:53:52 +0100
commit79c9b2271359610fd6918ce7a6f5544bfd34a221 (patch)
tree77166302fde776a0da9f875a51c54a2a9e282ae1 /hooks
parentab2b5173c4dee51d9888d6e2eb882ea082f4aede (diff)
downloaddotfiles-79c9b2271359610fd6918ce7a6f5544bfd34a221.tar.lz
dotfiles-79c9b2271359610fd6918ce7a6f5544bfd34a221.tar.zst
dotfiles-79c9b2271359610fd6918ce7a6f5544bfd34a221.zip
rcm: Remove fasd-cache from zsh init hook
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/post-up/zsh6
1 files changed, 0 insertions, 6 deletions
diff --git a/hooks/post-up/zsh b/hooks/post-up/zsh
index 13f0a01..15b6a2f 100755
--- a/hooks/post-up/zsh
+++ b/hooks/post-up/zsh
@@ -24,12 +24,6 @@ fi
 local -a zfiles
 zfiles=($ZDOTDIR/zshrc)
 
-fasd_cache=~/.cache/zsh/fasd-init-zsh
-if [[ -s $commands[fasd] && (! -s "$fasd_cache" || $commands[fasd] -nt "$fasd_cache") ]]; then
-	fasd --init posix-alias zsh-hook zsh-ccomp zsh-ccomp-install zsh-wcomp zsh-wcomp-install >! "$fasd_cache"
-	zfiles=($fasd_cache $zfiles)
-fi
-
 autoload -U zrecompile
 
 if [[ -f $ZDOTDIR/${HOST%%.*}.zsh ]]; then