all repos — nixfiles @ 3c1096586c0469e025d3e2559589559b1dae3945

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

Fix typo in install

Alan Pearce
commit

3c1096586c0469e025d3e2559589559b1dae3945

parent

f863fa4ec320235719957b4309ca0e94d63b6d9d

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M installinstall
@@ -52,7 +52,7 @@ fi
fasd_cache=~/.zsh/cache/fasd-init-zsh if [[ ! -s "$fasd_cache" || zsh/functions/fasd -nt "$fasd_cache" ]]; then - zsh/functions/fasd --init posix-alias zsh-hook zsh-ccomp zsh-ccomp-install zsh-wcomp zsh-wcomp-install >! "$fasd_cache" + zsh/functions/fasd/fasd --init posix-alias zsh-hook zsh-ccomp zsh-ccomp-install zsh-wcomp zsh-wcomp-install >! "$fasd_cache" fi autoload -U zrecompile