From 79c9b2271359610fd6918ce7a6f5544bfd34a221 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 13 Aug 2014 15:53:52 +0100 Subject: rcm: Remove fasd-cache from zsh init hook --- hooks/post-up/zsh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'hooks') diff --git a/hooks/post-up/zsh b/hooks/post-up/zsh index 13f0a018..15b6a2f0 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 -- cgit 1.4.1