From 6fa584bdf2fd5e44d6a68b3a60715a46596d81aa Mon Sep 17 00:00:00 2001 From: Eduardo Figueroa Date: Tue, 24 Feb 2026 11:50:13 -0800 Subject: [PATCH] Update eza_ls_git.md --- content/posts/eza_ls_git.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/content/posts/eza_ls_git.md b/content/posts/eza_ls_git.md index 8ea759a..71e20ea 100644 --- a/content/posts/eza_ls_git.md +++ b/content/posts/eza_ls_git.md @@ -26,3 +26,21 @@ _ls() { } ``` + +Turns this +```bash +figsystems on main +  11:48 ❯ /usr/bin/ls +archetypes content hugo.yaml README.md themes +``` +to this +```bash +figsystems on main +  11:48 ❯ ls +Permissions Size Date Modified Git Git Repo Name +drwxr-xr-x@ 1.1k 5 Feb 14:18 -- - -  archetypes +drwxr-xr-x@ 70k 5 Feb 14:18 -- - -  content +.rw-r--r--@ 3.4k 5 Feb 15:57 -- - -  hugo.yaml +.rw-r--r--@ 237 5 Feb 14:18 -- - - 󰂺 README.md +drwxr-xr-x@ 0 5 Feb 14:18 -- - -  themes +```