Updated config

This commit is contained in:
Eduard Urbach 2024-02-02 00:13:31 +01:00
parent 7face48c6f
commit 25651a5367
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
3 changed files with 6 additions and 2 deletions

View file

@ -16,7 +16,8 @@ alias bench "hyperfine --shell=none"
# List
alias l "ls"
alias ll "ls -1"
alias ll "ls -l"
alias l2 "ls -T -L2"
alias lu "ls -l --total-size --sort=size --reverse --no-permissions --no-user --no-time"
alias lp "ls -l --no-filesize --no-time"