You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see from #712 that on Windows, lsd has been adapted so that it doesn't just colour every file on a Windows system as if it is executable.
However, when using lsd in a Linux distro via Windows Subsystem for Linux, the old behaviour is still present when browsing the "Windows side" of the file system.
In the screenshots you can see what I mean; they show two clones of the same repo, on the Linux part of the filesystem:
and on the Windows part:
I installed lsd for Windows too to check and in Powershell the colours are the correct ones for the same folder on the Windows side:
Ideally, for consistency, whatever logic is applied for the Windows version of lsd would also be applied to Windows files in WSL.
The text was updated successfully, but these errors were encountered:
Well yes it's because they are all marked as executable, right? But on Windows lsd knows how to cope with this -- with lsd -l each file's line starts with .a--- ? ? and each directory with d---- ? ?, whereas under WSL the permissions for the same files are given as .rwxrwxrwx and drwxrwxrwx respectively.
I can see from #712 that on Windows,
lsd
has been adapted so that it doesn't just colour every file on a Windows system as if it is executable.However, when using
lsd
in a Linux distro via Windows Subsystem for Linux, the old behaviour is still present when browsing the "Windows side" of the file system.In the screenshots you can see what I mean; they show two clones of the same repo, on the Linux part of the filesystem:
and on the Windows part:
I installed
lsd
for Windows too to check and in Powershell the colours are the correct ones for the same folder on the Windows side:Ideally, for consistency, whatever logic is applied for the Windows version of
lsd
would also be applied to Windows files in WSL.The text was updated successfully, but these errors were encountered: