Skip to content

Instantly share code, notes, and snippets.

@ashton
Last active July 3, 2024 19:56
Show Gist options
  • Save ashton/5189ac9730bce1711776f9232ac896fc to your computer and use it in GitHub Desktop.
Save ashton/5189ac9730bce1711776f9232ac896fc to your computer and use it in GitHub Desktop.
Brew completions for zsh snippet
if type brew &>/dev/null
then
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment