]> gitweb.michael.orlitzky.com - bash.d.git/commitdiff
aliases: add "--total" to the "du" alias.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 25 Jun 2020 00:42:25 +0000 (20:42 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 25 Jun 2020 00:45:17 +0000 (20:45 -0400)
aliases.sh

index 084b2f229855067133e3af8441d827fe172f7171..577a25d0aabce1312bb90625acf3c2067ec39e57 100644 (file)
@@ -2,7 +2,7 @@
 # aliases
 #
 alias df='df --human-readable'
-alias du='du --human-readable --summarize *'
+alias du='du --human-readable --summarize --total *'
 alias ls='ls -l --color=auto --human-readable --time-style=long-iso'
 alias youtube-dl-mp3='youtube-dl --extract-audio --audio-format=mp3'