'll' puts biggest files at end

This commit is contained in:
Sage Vaillancourt 2020-05-01 14:57:03 -04:00
parent 61d9f09d7e
commit 95e8523007
1 changed files with 1 additions and 1 deletions

View File

@ -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