1
0
mirror of https://github.com/akelge/zsh synced 2025-07-03 13:09:07 +00:00
Files
zsh/zsh.d/Darwin/90-macportsDarwin
andre 5b09568680 New version of zsh startup files:
- Supports Darwin AND Linux
- No more .zshrc.local
- New completion (BETA)
2010-11-18 08:49:41 +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 :