Ncdu : Nix fix.

This commit is contained in:
Dmitry Voronin 2024-01-26 23:51:19 +03:00
parent 6fad0679d9
commit 65af5a73e7

View file

@ -2,5 +2,5 @@
# Current dir by default.
# Usage: ncdu [DIRS]
function ncdu() {
/usr/bin/ncdu -x -- "${@}"
ncdu -x -- "${@}"
}