all repos — nixfiles @ 79c9b2271359610fd6918ce7a6f5544bfd34a221

System and user configuration, managed by nix and home-manager

rcm: Remove fasd-cache from zsh init hook

Alan Pearce
commit

79c9b2271359610fd6918ce7a6f5544bfd34a221

parent

ab2b5173c4dee51d9888d6e2eb882ea082f4aede

1 file changed, 0 insertions(+), 6 deletions(-)

jump to
M hooks/post-up/zshhooks/post-up/zsh
@@ -24,12 +24,6 @@
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