mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 12:48:01 +00:00
parent
580ddc44f3
commit
742260b55f
@ -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 New Issue
Block a user