all repos — archive/dotfiles @ 3c1096586c0469e025d3e2559589559b1dae3945

Superseded by nixfiles

Fix typo in install
Alan Pearce alan@alanpearce.co.uk
Sat, 18 May 2013 21:33:43 +0100
commit

3c1096586c0469e025d3e2559589559b1dae3945

parent

f863fa4ec320235719957b4309ca0e94d63b6d9d

1 files changed, 1 insertions(+), 1 deletions(-)

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