1
0
mirror of https://github.com/akelge/zsh synced 2025-08-16 14:48:39 +00:00

New version of zshrc, that uses /Network/Library/zsh.d

This commit is contained in:
2010-11-04 14:05:46 +00:00
parent 6eb89f7d1e
commit dc808faaf7
6 changed files with 105 additions and 48 deletions

4
zsh.d/20-macPorts Normal file
View File

@ -0,0 +1,4 @@
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 :