mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-16 02:41:13 +00:00
parent
580ddc44f3
commit
742260b55f
@ -151,12 +151,7 @@ elif (( $+commands[wget] )); then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Resource Usage
|
# Resource Usage
|
||||||
if (( $+commands[pydf] )); then
|
alias df='df -kh'
|
||||||
alias df=pydf
|
|
||||||
else
|
|
||||||
alias df='df -kh'
|
|
||||||
fi
|
|
||||||
|
|
||||||
alias du='du -kh'
|
alias du='du -kh'
|
||||||
|
|
||||||
if [[ "$OSTYPE" == (darwin*|*bsd*) ]]; then
|
if [[ "$OSTYPE" == (darwin*|*bsd*) ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user