-
Notifications
You must be signed in to change notification settings - Fork 36
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
.zshrc doesn't get loaded #60
Comments
same issue |
I found a solution actually. Add a
That with setting Shell to zsh in the configuration should solve this issue. |
same here and @jnevelson |
On working on #67, I noticed that the two dash arguments passed to the shell program were in the wrong order: |
Running 0.9.16, same loading error on minitest. |
~/.zshrc is only loaded for interactive shells. Have you tried setting the path in ~/.zshenv, which is loaded for all shell invocations? |
Atom version 0.211.0, ruby-test version 0.9.11.
Running oh-my-zsh, and notice that my
~/.zshrc
isn't loaded automatically, which causes the PATH to not be set, so gems likerspec
andbundler
aren't available.The only way I could get it working was to explicitly source my
~/.zshrc
(see screenshot below), which obviously is not ideal. Not sure if something is misconfigured on my end, or if this is a legitimate bug.The text was updated successfully, but these errors were encountered: