Skip to content

Fix environment loading with tcsh #35054

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

Merged
merged 1 commit into from
Jul 24, 2025
Merged

Fix environment loading with tcsh #35054

merged 1 commit into from
Jul 24, 2025

Conversation

notpeter
Copy link
Member

@notpeter notpeter commented Jul 24, 2025

Closes #34973

Fixes an issue where environment variables were not loaded when the user's shell was tcsh and instead a file named 0 was dumped in the current working directory with a copy of your environment variables as json.

Follow-up to:

Release Notes:

  • Fixed a regression with loading environment variables in nushell

@notpeter notpeter self-assigned this Jul 24, 2025
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Jul 24, 2025
@notpeter notpeter merged commit 707df51 into main Jul 24, 2025
39 of 41 checks passed
@notpeter notpeter deleted the tcsh branch July 24, 2025 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tcsh: File "0" is created with environment variables as JSON
1 participant