mirror of
https://github.com/Steffo99/config-fish.git
synced 2024-12-22 14:54:23 +00:00
ll
: Group directories first
This commit is contained in:
parent
9b19d36801
commit
6c4f17a5a4
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ which ls --skip-functions >/dev/null 2>/dev/null
|
|||
if [ $status -eq 0 ]
|
||||
function ll --wraps=ls
|
||||
log-t "" "Listing" "all files in the directory..."
|
||||
command ls --all --author --color --kibibytes --human-readable -l $argv;
|
||||
command ls --all --author --color --kibibytes --human-readable --group-directories-first -l $argv;
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue