# show only physical drive sizes.
alias df='df --si | sed -e '1p' -e "/^\/dev\//!d"'
# show combined size in SI.
alias du="du -sh --si"