1
0
mirror of https://github.com/akelge/vim synced 2025-07-03 13:49:07 +00:00
Files
vim/zsh/zsh.d/Darwin/90-macportsDarwin
2010-11-18 08:54:27 +00:00

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 :