I currently have the following in my .bashrc
if [ -f `brew --prefix 2>/dev/null`/etc/bash_completion ]; then
. `brew --prefix`/etc/bash_completion
fiThere are plenty of ways to get around this in macports, but I think a port prefix command would make things simpler and should be easy to implement. Thoughts?
_______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-dev
