From 3f88843f3f209d5db1b82a81735e641c0c47ecca Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Sun, 8 Feb 2026 10:13:19 +0100 Subject: [PATCH] fix(bash): ls almost-all directory content with ll --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index d43b3da..3fdaf43 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -83,7 +83,7 @@ ll () { return 1 fi - ls -lah $target + ls -lAh $target } # Edit the contents of a file or list the contents of a directory (piped to less, with hidden files shown) if that file is not found