-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No zprofile? #45
Comments
You are right, As temporary solution: you can add to
Or include all in
I'm not sure that it not break anything, will try to use my terminal with Thank you! Please, give feedback, is it solved your situation? |
I had added Just now, I tried the second option and that, too, appears to work without issue. Perhaps this should somehow be added to this role? Perhaps included in |
@SturmB , added variable |
zsh_load_etc_profile (default: yes) will load /etc/profile.d scripts Closes viasite-ansible#45
I have a situation where I'm also installing Ruby using geerlingguy's role. This places a shell script in
/etc/profile.d/
calledrubygems.sh
. (There are several other*.sh
files there, btw.)Because zsh does not source
/etc/profile
(to the best of my knowledge), none of these scripts ever run. However, isn't zsh supposed to install/etc/zprofile
? If so, this role does not do so. Thus, no scripts in/etc/profile.d/
are ever sourced and, therefore, Ruby and some gems I install using geerlingguy's role are not accessible.Am I wrong about any of this? Or what sort of fix needs to happen here?
The text was updated successfully, but these errors were encountered: