mirror of
https://github.com/akelge/vim
synced 2025-07-03 13:49:07 +00:00
7 lines
126 B
Bash
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 :
|