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 -- "${@}" }