Updated config

This commit is contained in:
2024-02-02 00:13:31 +01:00
parent 7face48c6f
commit 25651a5367
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"