zsh/zsh.d/20-macPorts

5 lines
111 B
Bash

if [ -f /opt/local/etc/init.sh ]; then
source /opt/local/etc/init.sh
fi
# vim: set ts=4 sw=4 tw=0 ft=sh :