diff --git a/modules/utility/init.zsh b/modules/utility/init.zsh index 1ccf13b..c6c87d2 100644 --- a/modules/utility/init.zsh +++ b/modules/utility/init.zsh @@ -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