Changed detection of /Network/Library

This commit is contained in:
Andrea Mistrali 2010-11-04 14:06:55 +00:00
parent dc808faaf7
commit fe392d0509
1 changed files with 2 additions and 1 deletions

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