Disk : Update for Nix.
This commit is contained in:
parent
3ba1083d28
commit
d43eb4e37d
|
@ -1,7 +1,7 @@
|
||||||
# Show only physical drives info.
|
# Show only physical drives info.
|
||||||
alias df="/usr/bin/df --si | sed -e '1p' -e '/^\/dev\//!d'"
|
alias df="df --si | sed -e '1p' -e '/^\/dev\//!d'"
|
||||||
|
|
||||||
# Show combined size in SI.
|
# Show combined size in SI.
|
||||||
# Current dir by default.
|
# Current dir by default.
|
||||||
# Usage: du [DIRS]
|
# Usage: du [DIRS]
|
||||||
alias du="/usr/bin/du -sh --si"
|
alias du="du -sh --si"
|
||||||
|
|
Reference in a new issue