diff options
author | Alan Pearce | 2013-05-18 21:33:43 +0100 |
---|---|---|
committer | Alan Pearce | 2013-05-18 21:33:43 +0100 |
commit | 3c1096586c0469e025d3e2559589559b1dae3945 (patch) | |
tree | 2feee5a0bd3eb21da4ef9a13caffdf7c58155be8 | |
parent | f863fa4ec320235719957b4309ca0e94d63b6d9d (diff) | |
download | nixfiles-3c1096586c0469e025d3e2559589559b1dae3945.tar.lz nixfiles-3c1096586c0469e025d3e2559589559b1dae3945.tar.zst nixfiles-3c1096586c0469e025d3e2559589559b1dae3945.zip |
Fix typo in install
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install index 96ea4410..efc03cb9 100755 --- a/install +++ b/install @@ -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 |