pztrn / zsh-config

My ZSH configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macOS: some paths should be exported by default

pztrn opened this issue · comments

For example, this is output of brew install coreutils:

If you really need to use these commands with their normal names, you
can add a "gnubin" directory to your PATH from your bashrc like:

    PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"

Additionally, you can access their man pages with normal names if you add
the "gnuman" directory to your MANPATH from your bashrc as well:

    MANPATH="/usr/local/opt/coreutils/libexec/gnuman:$MANPATH"