vim/zsh/zsh.d/Darwin/80-macportsDarwin

7 lines
126 B
Bash

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