Skip to content

Commit

Permalink
better use of du to check sizeof files & dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencarbonaro committed Oct 9, 2022
1 parent 822949c commit 774566e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zsh/.bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ alias glc='git compactLog -10'
alias gb='git branch'
alias grp='git rev-parse HEAD'
# Program aliases --------------------------------------------------------------
alias fsizeall="du * .* -bhs | sort -h"
alias fsize="du * -bhs | sort -h"
alias fsize="du -bhd1 | sort -h"
alias openn="mimeopen"
alias trash="gvfs-trash"
alias weather="curl wttr.in/Boulogne"
Expand Down

0 comments on commit 774566e

Please sign in to comment.