1
0
mirror of https://github.com/akelge/vim synced 2025-08-15 15:38:34 +00:00
Files
vim/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 :