Created
August 29, 2024 07:51
-
-
Save garthk/214891739156ae6495d05de04216e46d to your computer and use it in GitHub Desktop.
ZSH plugin for macOS paths
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
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