From b6ee2916120d7e6151d7cec960179c89b237addf Mon Sep 17 00:00:00 2001 From: Spotlight Date: Fri, 25 Mar 2022 22:58:18 -0500 Subject: [PATCH] Remove MacPorts This is added by MacPorts! https://guide.macports.org/chunked/installing.shell.html#installing.shell.postflight --- zshrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/zshrc b/zshrc index 5d88361..38a0cd9 100644 --- a/zshrc +++ b/zshrc @@ -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"