Closes #1388
@ -151,12 +151,7 @@ elif (( $+commands[wget] )); then
fi
# Resource Usage
if (( $+commands[pydf] )); then
alias df='df -kh'
alias df=pydf
else
alias du='du -kh'
if [[ "$OSTYPE" == (darwin*|*bsd*) ]]; then