-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Make Bash ls match Files sorting #8
Comments
This will not address the sort order of hidden files, though. I think bash follows the current LC_COLLATE setting? But Files overrides this and always sorts files whose names begin with "." after other characters. If this is not the desired behaviour then an issue should be raised against Files. |
So it looks like in order to make Terminal match Files for dot files we'd have to patch whatever provides I think Files behavior here is probably as we expect :) |
Good idea @neur0manc, but I don’t think users have a |
@JWinnie |
Gonna punt since this is an enhancement not a release blocker |
Migrating an issue report from Terminal.
It looks like the recommended way to do this is to create an alias. Maybe something like:
ls --color -h --group-directories-first
The text was updated successfully, but these errors were encountered: