gardebring / PowerColorLS

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

Bugfix: symbolic links not always shoing up #11

Closed Drllap closed 2 years ago

Drllap commented 2 years ago

Remove two premature optimizations that resault in symbolic links not showing up when they are the only thing in the directory

Drllap commented 2 years ago

@gardebring How do you run the tests?

gardebring commented 2 years ago

This issue was fixed with pull request #12

gardebring commented 2 years ago

@Drllap : To run the tests you must install the Pester powershell module and then you can just execute the RunTests.ps1 file in the root folder