mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-09-17 01:49:09 +00:00
@@ -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
|
||||||
|
Reference in New Issue
Block a user