Last active
July 3, 2024 19:56
-
-
Save ashton/5189ac9730bce1711776f9232ac896fc to your computer and use it in GitHub Desktop.
Brew completions for zsh snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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