diff options
| -rw-r--r-- | share/doc/homebrew/Tips-N'-Tricks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/homebrew/Tips-N'-Tricks.md b/share/doc/homebrew/Tips-N'-Tricks.md index 5e4313925..1101f63a9 100644 --- a/share/doc/homebrew/Tips-N'-Tricks.md +++ b/share/doc/homebrew/Tips-N'-Tricks.md @@ -55,7 +55,7 @@ source $(brew --repository)/Library/Contributions/brew_bash_completion.sh Run in terminal (may require `sudo`): ```zsh -ln -s "$(brew --prefix)/Library/Contributions/brew_zsh_completion.zsh" /usr/local/share/zsh/site-functions +ln -s "$(brew --prefix)/Library/Contributions/brew_zsh_completion.zsh" /usr/local/share/zsh/site-functions/_brew ``` ## Pre-downloading a file for a formula |
