Make sure ls* aliases are compatible with busybox

This commit is contained in:
Lea 2025-07-12 21:16:21 +02:00
parent 82fba449fd
commit b478a7d105

View file

@ -189,9 +189,9 @@ function bak()
} }
alias unbak="UNBAK_MODE=1 bak" alias unbak="UNBAK_MODE=1 bak"
alias lsa="ls -lah" alias lsa="ls -a -l -h"
alias lsn="ls -lah --sort=time --reverse" alias lsn="ls -a -l -tu -r -h"
alias lss="ls -lah --sort=size --reverse" alias lss="ls -a -l -S -r -h"
# Simple version of `cdf` # Simple version of `cdf`
function cdf() function cdf()