From 29619edf18e689130df96ead561cdcac61b9da9d Mon Sep 17 00:00:00 2001 From: Kaleb Elwert Date: Wed, 21 Feb 2018 14:10:11 -0800 Subject: [PATCH] Remove support for pydf to make options more consistent Closes #1388 --- modules/utility/init.zsh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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