Remove MacPorts
This is added by MacPorts! https://guide.macports.org/chunked/installing.shell.html#installing.shell.postflight
This commit is contained in:
parent
351c83159d
commit
b6ee291612
1 changed files with 0 additions and 6 deletions
6
zshrc
6
zshrc
|
@ -84,12 +84,6 @@ if [[ $OSTYPE == darwin* ]]; then
|
||||||
eval $($BREW_PREFIX/bin/brew shellenv)
|
eval $($BREW_PREFIX/bin/brew shellenv)
|
||||||
fi
|
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.
|
# Under Darwin, we also want iTerm2 integration if possible.
|
||||||
if [ -f ${HOME}/.iterm2_shell_integration.zsh ]; then
|
if [ -f ${HOME}/.iterm2_shell_integration.zsh ]; then
|
||||||
source "${HOME}/.iterm2_shell_integration.zsh"
|
source "${HOME}/.iterm2_shell_integration.zsh"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue