# # /etc/zprofile and ~/.zprofile are run for login shells # # # run other components -- zsh is a bourne shell ## If you really want the scripts decomment this, but this may slower ## the login shell. #for i in /etc/profile.d/*.sh #do # source $i #done # #unset i