Created
August 29, 2024 07:56
-
-
Save garthk/9f46fdcd72f588a4d5331f71c9d1e99c to your computer and use it in GitHub Desktop.
ZSH plugin for Homebrew in /usr/local
This file contains 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
# WARNING: requires macos_paths.plugin.zsh | |
typeset -x HOMEBREW_PREFIX=$(brew --prefix) | |
typeset -x HOMEBREW_CELLAR=/usr/local/Cellar | |
typeset -x HOMEBREW_REPOSITORY=/usr/local/Homebrew | |
infopath=(/usr/local/share/info "${infopath[@]}") | |
manpath=(/usr/local/share/man "${manpath[@]}") | |
path=(/usr/local/bin /usr/local/sbin "${path[@]}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment