From 876a106ea00cc04027cad704370675cf258bd13a Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 14 Oct 2025 08:18:24 -0700 Subject: [PATCH] Add `ls` alias for only showing size, not all the file data. --- bashrc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc.sh b/bashrc.sh index c2f9e2e..2e26ace 100644 --- a/bashrc.sh +++ b/bashrc.sh @@ -21,6 +21,7 @@ alias reload="reload-bash" alias l='ls' alias ll='ls -alh' +alias lh='ls -ash' # Easily get to storage devices. cd storage/shared