Update eza_ls_git.md

This commit is contained in:
Eduardo Figueroa 2026-02-24 11:50:13 -08:00 committed by GitHub
parent f251f666fb
commit 6fa584bdf2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
```