FIX ls dir order

This commit is contained in:
Nathan Dwarshuis 2024-02-29 09:29:56 -05:00
parent 20eefc6bdb
commit 95c6055d3b
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ if ! alias_if eza \
ll='eza -alhg --group-directories-first' \
llt='eza -T' \
llg='ll --git'; then
alias ll='ls -alh'
alias ll='ls --group-directories-first -Alh'
alias_if tree llt='tree'
fi