mirror of
https://github.com/akelge/zsh
synced 2025-08-15 22:38:35 +00:00
Changed detection of /Network/Library
This commit is contained in:
3
zshrc
3
zshrc
@ -153,7 +153,8 @@ if [ `uname -s` = "Linux" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Darwin/OSX
|
# 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
|
for zshFile in /Network/Library/zsh.d/*; do
|
||||||
. $zshFile
|
. $zshFile
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user