mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-07 03:59:25 +00:00
Add utility alias for pydf
This commit is contained in:
committed by
Kaleb Elwert
parent
cf7d3cffbd
commit
81b41d2367
@ -142,7 +142,12 @@ elif (( $+commands[wget] )); then
|
||||
fi
|
||||
|
||||
# Resource Usage
|
||||
alias df='df -kh'
|
||||
if (( $+commands[pydf] )); then
|
||||
alias df=pydf
|
||||
else
|
||||
alias df='df -kh'
|
||||
fi
|
||||
|
||||
alias du='du -kh'
|
||||
|
||||
if (( $+commands[htop] )); then
|
||||
|
Reference in New Issue
Block a user