-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Environmental variables are not reloaded on new console #132
Comments
I am not sure if you used With If you are using |
I didn't use either of |
This is from ConEmu, I'd suggest taking the issue up on that issue tracker. |
But has been a default since forever. Env variables get loaded on start of cmd.exe |
@Bliker You are right. I was guessing that Cmder might create multiple |
@samvasko I use setx both in CMD and Cmder, I get that whether I start a new console in current session or I restart Cmder session, the result is the same that Cmder wont refreash user-level's variable. |
Restarting Windows10 fixed for me. |
To reproduce:
echo %TEST%
. It will print%TEST%
meaning the variable doesn't existecho %TEST%
. It will print1234
meaning that the%TEST%
variable exists for the session this time.The text was updated successfully, but these errors were encountered: