Skip to content

Commit

Permalink
Add a total line for dus
Browse files Browse the repository at this point in the history
  • Loading branch information
5long committed Jul 29, 2016
1 parent 6107ee3 commit bf1e524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commonshrc
Expand Up @@ -94,7 +94,7 @@ gc() {
}

dus() {
du -sh * .* . | sort -h
du -csh * .* . | sort -h
}

rn() {
Expand Down

0 comments on commit bf1e524

Please sign in to comment.