1
0
mirror of https://github.com/akelge/zsh synced 2025-07-03 13:09:07 +00:00

Changed detection of /Network/Library

This commit is contained in:
2010-11-04 14:06:55 +00:00
parent dc808faaf7
commit fe392d0509

3
zshrc
View File

@ -153,7 +153,8 @@ if [ `uname -s` = "Linux" ]; then
fi
# Darwin/OSX
if [ `uname -s` = "Darwin" ]; then
# if [ `uname -s` = "Darwin" ]; then
if [ -d /Network/Library/zsh.d ]; then
for zshFile in /Network/Library/zsh.d/*; do
. $zshFile
done