mirror of
https://github.com/akelge/zsh
synced 2025-07-04 05:29:06 +00:00
New version of zsh startup files:
- Supports Darwin AND Linux - No more .zshrc.local - New completion (BETA)
This commit is contained in:
6
zsh.d/Darwin/90-macportsDarwin
Normal file
6
zsh.d/Darwin/90-macportsDarwin
Normal file
@ -0,0 +1,6 @@
|
||||
# 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 :
|
Reference in New Issue
Block a user