From 0dfbd0bd684688845dccdaea42f988f6f3a7cdc4 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 14 Oct 2025 08:18:20 -0700 Subject: [PATCH] Add `ls` alias for only showing size, not all the file data. --- tasks/general/acct_mgmt/users.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 7225641..7756c32 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -767,6 +767,7 @@ alias_ls: | alias l='ls' alias ll='ls -alh' + alias lh='ls -ash' alias_progs: | alias progs='ps -ef' alias_nethogs: |