Remove support for pydf to make options more consistent

Closes #1388
This commit is contained in:
Kaleb Elwert 2018-02-21 14:10:11 -08:00
parent 580ddc44f3
commit 742260b55f

View file

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