From af54211ad9acc3b17f15e641484b87ac18570853 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Sat, 3 May 2025 12:49:21 -0500 Subject: [PATCH] /+ diskusage --- dots/bash/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 426294c..364c23a 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -25,6 +25,7 @@ eval "$(jump shell --bind=j)" alias ct="sudo ct" alias dr="dragon-drop --and-exit --all --print-path" +alias diskusage="ncdu -x" alias du="du --summarize --human-readable" alias dus="du --summarize --human-readable * | sort -h" alias fif="sudo find / -type f -name" # faf (find a file)