12 lines
447 B
Bash
12 lines
447 B
Bash
# Brew, gnuutils
|
|
export HOMEBREW_PREFIX="/opt/homebrew";
|
|
export HOMEBREW_CELLAR="/opt/homebrew/Cellar";
|
|
export HOMEBREW_REPOSITORY="/opt/homebrew";
|
|
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}";
|
|
export MANPATH="/opt/homebrew/share/man${MANPATH+:$MANPATH}:";
|
|
export INFOPATH="/opt/homebrew/share/info:${INFOPATH:-}";
|
|
export PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH"
|
|
|
|
# asdf
|
|
. /opt/homebrew/opt/asdf/libexec/asdf.sh
|