Ncdu : Nix fix.
This commit is contained in:
parent
6fad0679d9
commit
65af5a73e7
|
@ -2,5 +2,5 @@
|
|||
# Current dir by default.
|
||||
# Usage: ncdu [DIRS]
|
||||
function ncdu() {
|
||||
/usr/bin/ncdu -x -- "${@}"
|
||||
ncdu -x -- "${@}"
|
||||
}
|
||||
|
|
Reference in a new issue