From 65af5a73e7a4f299bf14275643c371a74645b05c Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 26 Jan 2024 23:51:19 +0300 Subject: [PATCH] Ncdu : Nix fix. --- .config/bash/module/Ncdu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/bash/module/Ncdu.sh b/.config/bash/module/Ncdu.sh index 61940ff..2bddf69 100644 --- a/.config/bash/module/Ncdu.sh +++ b/.config/bash/module/Ncdu.sh @@ -2,5 +2,5 @@ # Current dir by default. # Usage: ncdu [DIRS] function ncdu() { - /usr/bin/ncdu -x -- "${@}" + ncdu -x -- "${@}" }