summary refs log tree commit diff stats
path: root/install
diff options
context:
space:
mode:
authorAlan Pearce2013-05-18 21:33:43 +0100
committerAlan Pearce2013-05-18 21:33:43 +0100
commit3c1096586c0469e025d3e2559589559b1dae3945 (patch)
tree2feee5a0bd3eb21da4ef9a13caffdf7c58155be8 /install
parentf863fa4ec320235719957b4309ca0e94d63b6d9d (diff)
downloaddotfiles-3c1096586c0469e025d3e2559589559b1dae3945.tar.lz
dotfiles-3c1096586c0469e025d3e2559589559b1dae3945.tar.zst
dotfiles-3c1096586c0469e025d3e2559589559b1dae3945.zip
Fix typo in install
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 96ea441..efc03cb 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