gardebring / PowerColorLS

PowerShell script to display a colorized directory and file listing with icons
MIT License
61 stars 3 forks source link

When command is aliased as `ls`, it breaks support for commands like `ls env:` #14

Open brian6932 opened 2 years ago

gardebring commented 2 years ago

Hi there @brian6932 , sorry for an extremely late reply, haven't really kept up to date with this repo lately. Can you please provide some more explanation for your issue report?

brian6932 commented 2 years ago

There are some ls pwsh params like: ls env: that lists environment variables (which powercolorls doesn't support). I think maybe it would be a good idea to relay stuff like that to normal ls, when there's an alias set or something like that, this is a super minor thing.