'll' puts biggest files at end
This commit is contained in:
parent
61d9f09d7e
commit
95e8523007
|
@ -64,7 +64,7 @@ alias pp=poweroff
|
||||||
alias pwoeroff=poweroff
|
alias pwoeroff=poweroff
|
||||||
|
|
||||||
# Use `ll` to get a detailed list of files, sorted by size
|
# Use `ll` to get a detailed list of files, sorted by size
|
||||||
alias ll='ls --color=auto -FlSh -w 80'
|
alias ll='ls --color=auto -FlrSh -w 80'
|
||||||
alias ls='ls --color=auto -F -w 80'
|
alias ls='ls --color=auto -F -w 80'
|
||||||
|
|
||||||
# Using du automatically finds the total
|
# Using du automatically finds the total
|
||||||
|
|
Loading…
Reference in New Issue