Skip to content

Instantly share code, notes, and snippets.

@garthk
Created August 29, 2024 07:51
Show Gist options
  • Save garthk/214891739156ae6495d05de04216e46d to your computer and use it in GitHub Desktop.
Save garthk/214891739156ae6495d05de04216e46d to your computer and use it in GitHub Desktop.
ZSH plugin for macOS paths
typeset -xUT PATH path :
typeset -xUT MANPATH manpath :
typeset -xUT INFOPATH infopath :
eval "$(/usr/bin/env -i PATH= MANPATH= INFOPATH= /usr/libexec/path_helper -s)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment