You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2020. It is now read-only.
It looks like atom may be running in bash as is? And the launched processes seem to have the right path set up. So we may not need to do our bash trampolining thing.
Look into whether we can detect the current shell using $SHELL. If bash, just shell out. If zsh, the same. If csh, how do we detect which shell the user normally uses? (the Dock launches processes in the csh, not whatever the user's default shell is)
like zsh :)
The text was updated successfully, but these errors were encountered: