Browse Source

Remove support for pydf to make options more consistent

Closes #1388
master
Kaleb Elwert 6 years ago
parent
commit
29619edf18
  1. 7
      modules/utility/init.zsh

7
modules/utility/init.zsh

@ -151,12 +151,7 @@ elif (( $+commands[wget] )); then @@ -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

Loading…
Cancel
Save