Skip to content

Instantly share code, notes, and snippets.

@garthk
Created August 29, 2024 07:56
Show Gist options
  • Save garthk/9f46fdcd72f588a4d5331f71c9d1e99c to your computer and use it in GitHub Desktop.
Save garthk/9f46fdcd72f588a4d5331f71c9d1e99c to your computer and use it in GitHub Desktop.
ZSH plugin for Homebrew in /usr/local
# 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