Replies: 1 comment 2 replies
-
Related: #1836 (comment) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I might be missing something incredibly obvious here, but I can't seem to find a way to set a default sort order for all directories. We have
NNN_ORDER
for directory specific overrides, but I don't seem to be able to use wildcards there. Additionally (though this is intended behaviour) the command line flag-T
overridesNNN_ORDER
.I mainly would like to use this to sort by
v
in most directories, but with a directory specific override to sort byt
in~/Downloads
, which I've set inNNN_ORDER
.The current behaviour I have is
c
-Ordering by default, the local override working.c
-Ordering however doesn't place hidden files at the top (hence my question in #2048).Beta Was this translation helpful? Give feedback.
All reactions