From: Arun Prakash Jana Date: Wed, 2 Oct 2019 20:54:08 +0000 (+0530) Subject: Group dirs on top X-Git-Tag: v2.7~21 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=4a41d3a894a19bf7b92a7304895af568285c066e;p=nnn.git Group dirs on top --- diff --git a/plugins/uidgid b/plugins/uidgid index 5cffa65a..37d832de 100755 --- a/plugins/uidgid +++ b/plugins/uidgid @@ -5,4 +5,4 @@ # Shell: POSIX compliant # Author: Arun Prakash Jana, superDuperCyberTechno -ls -laht | less +ls -lah --group-directories-first | less