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
In lib/src/process.dart, we have some logic to shell out using env variables from the user's preferred shell, when atom is run from a different shell. This helps us in situations like when the atom is run from the mac dock, and the shell process is different from the one that the user has configured with path and env variables.
We should probably look at applying this same or similar logic to linux as well (#38)
The text was updated successfully, but these errors were encountered:
In
lib/src/process.dart
, we have some logic to shell out using env variables from the user's preferred shell, when atom is run from a different shell. This helps us in situations like when the atom is run from the mac dock, and the shell process is different from the one that the user has configured with path and env variables.We should probably look at applying this same or similar logic to linux as well (#38)
The text was updated successfully, but these errors were encountered: