diff options
-rwxr-xr-x | hooks/post-up/zsh | 6 |
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 |