Skip to content
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

Path doesn't work on PowerShell on Linux #34

Closed
1 task done
RuiNtD opened this issue Aug 28, 2023 · 0 comments · Fixed by #35
Closed
1 task done

Path doesn't work on PowerShell on Linux #34

RuiNtD opened this issue Aug 28, 2023 · 0 comments · Fixed by #35
Assignees

Comments

@RuiNtD
Copy link
Contributor

RuiNtD commented Aug 28, 2023

Code of Conduct

  • I agree to follow this project's Code of Conduct

What happened?

Path doesn't work on PowerShell on Linux because of two issues:

  1. It writes to Path. Linux's envs are case-sensitive, and it should be PATH.
  2. Aliae adds ; (Windows) delimiters between values, instead of : (Linux), even on Linux.

What OS are you seeing the problem on?

Linux

Which shell are you using?

powershell

JanDeDobbeleer added a commit that referenced this issue Aug 29, 2023
JanDeDobbeleer added a commit that referenced this issue Aug 29, 2023
JanDeDobbeleer added a commit that referenced this issue Aug 29, 2023
JanDeDobbeleer added a commit that referenced this issue Aug 29, 2023
JanDeDobbeleer added a commit that referenced this issue Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants