Skip to content
This repository was archived by the owner on Mar 16, 2020. It is now read-only.

support running on the mac with shells besides just bash #467

Closed
devoncarew opened this issue Oct 29, 2015 · 3 comments
Closed

support running on the mac with shells besides just bash #467

devoncarew opened this issue Oct 29, 2015 · 3 comments

Comments

@devoncarew
Copy link
Contributor

like zsh :)

@devoncarew
Copy link
Contributor Author

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.

@devoncarew
Copy link
Contributor Author

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)

@ianloic
Copy link
Contributor

ianloic commented Jan 29, 2016

I have most of a patch working...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants