diff --git a/etc/git-now.rb b/etc/git-now.rb index 0d42c74..987cc3e 100644 --- a/etc/git-now.rb +++ b/etc/git-now.rb @@ -22,7 +22,7 @@ class GitNow < Formula def install system "make", "prefix=#{prefix}", "install" if ARGV.include? '--zsh-completion' - zsh_functions_d = share + 'zsh/functions' + zsh_functions_d = share + 'zsh/site-functions' zsh_functions_d.install "etc/_git-now" end end