parent
580ddc44f3
commit
742260b55f
1 changed files with 1 additions and 6 deletions
|
@ -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…
Reference in a new issue