mirror of https://github.com/akelge/vim
Changed detection of /Network/Library
This commit is contained in:
parent
dc808faaf7
commit
fe392d0509
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
|
||||||
|
|
Loading…
Reference in New Issue