Hello, /opt/local/bin/port does exist, I just checked. As for the syntax, this is what I have in ~/.zsh_profile (I added it by hand):
#!/bin/zsh
if [ -e ~/.zshrc ]; then
source ~/.zshrc
fi
path=(/opt/local/{bin,sbin} $path)
typeset -U path
export PATH
_______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
