From 9d3cb63eaf68e9382a86d8a905fecb6d674d000d Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Wed, 17 Apr 2024 15:00:02 -0600 Subject: [PATCH] New backup 2024-04-17 15:00:02 --- default/home/.sapphrc/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/home/.sapphrc/default b/default/home/.sapphrc/default index e63997b..2b49d17 100755 --- a/default/home/.sapphrc/default +++ b/default/home/.sapphrc/default @@ -32,7 +32,7 @@ alias o="open " #alias find_largest_files="du -h -x -s -- * | sort -r -h | head -20" sort_filesizes() { [ -z ${1} ] && local dir="." || local dir="${1}" - du -h --max-depth=1 "$( realpath ${dir} )" | sort --human-numeric-sort + du -ah --max-depth=1 "$( realpath ${dir} )" | sort --human-numeric-sort } #User Env Vars