-
Notifications
You must be signed in to change notification settings - Fork 17
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
[FEATURE] more direct way to refresh daemon environment #541
Comments
Fixes #deref#541
@stevekrenzel points out that the automatic environment refreshing logic means that something like |
Fixes #deref#541
Right now, you have to do
exo exit
then restart the daemon to pickup any new environment variables at that level. It shouldn't be necessary to do this.We may wish to explicitly invoke the user's preferred shell, so that we get a "clean" environment, instead of whatever environment exo happened to have been run in when it started the daemon.
The text was updated successfully, but these errors were encountered: