From fe392d0509720099b59994a08112063c883f0d99 Mon Sep 17 00:00:00 2001 From: andre Date: Thu, 4 Nov 2010 14:06:55 +0000 Subject: [PATCH] Changed detection of /Network/Library --- zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 751fa20..866be82 100644 --- a/zshrc +++ b/zshrc @@ -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