Why is the Powershell profile path uppercase? #302
Unanswered
JustinGrote
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi Justin - thank you for the PR. We are evaluating the change and I should have more to follow up with soon. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This messes with tools like chezmoi and doesn't match the default PS7 path. Why is it uppercase and all this work to inject an uppercase profile path rather than use the default? Is there a good reason?
https://github.com/Azure/CloudShell/blame/f9bfa1e1885672243918aa23027d939c8583116e/linux/powershell/PSCloudShellStartup.ps1#L36-L37
'.config/PowerShell/profile.ps1'
should be'.config/powershell/profile.ps1'
@darrentu who committed the code.
Beta Was this translation helpful? Give feedback.
All reactions