'll' now sorts by size
This commit is contained in:
parent
388175b9c2
commit
61d9f09d7e
|
@ -63,8 +63,8 @@ alias open2=_open2
|
|||
alias pp=poweroff
|
||||
alias pwoeroff=poweroff
|
||||
|
||||
# Use `ll` to get a detailed list of files
|
||||
alias ll='ls --color=auto -Flh -w 80'
|
||||
# Use `ll` to get a detailed list of files, sorted by size
|
||||
alias ll='ls --color=auto -FlSh -w 80'
|
||||
alias ls='ls --color=auto -F -w 80'
|
||||
|
||||
# Using du automatically finds the total
|
||||
|
|
Loading…
Reference in New Issue