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