@ -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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.