Remove MacPorts

This is added by MacPorts!

https://guide.macports.org/chunked/installing.shell.html#installing.shell.postflight
This commit is contained in:
Spotlight 2022-03-25 22:58:18 -05:00
parent 351c83159d
commit b6ee291612
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

6
zshrc
View file

@ -84,12 +84,6 @@ if [[ $OSTYPE == darwin* ]]; then
eval $($BREW_PREFIX/bin/brew shellenv)
fi
# If we have it available, permit MacPorts.
if [ -f /opt/local/bin/port ]; then
export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
export MANPATH="/opt/local/share/man:$MANPATH"
fi
# Under Darwin, we also want iTerm2 integration if possible.
if [ -f ${HOME}/.iterm2_shell_integration.zsh ]; then
source "${HOME}/.iterm2_shell_integration.zsh"