JanDeDobbeleer / aliae

Cross shell and platform alias management
https://aliae.dev
MIT License
73 stars 3 forks source link

Path doesn't work on PowerShell on Linux #34

Closed RuiNtD closed 10 months ago

RuiNtD commented 10 months ago

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