diff --git a/.zshenv b/.zshenv index c4ab88d..311713c 100644 --- a/.zshenv +++ b/.zshenv @@ -251,6 +251,9 @@ if [ -d /etc/profile.d ] then for i in /etc/profile.d/*.sh do - . $i + if [ -r $i ] + then + . $i + fi done fi