mirror of
https://github.com/akelge/zsh
synced 2025-08-15 22:38:35 +00:00
5 lines
111 B
Bash
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 :
|