Remove support for pydf to make options more consistent

Closes #1388
main
Kaleb Elwert 7 years ago
parent 580ddc44f3
commit 742260b55f

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

Loading…
Cancel
Save