Oddbean new post about | logout

Notes by 6d98ab86 | export

 @d705616b Didn't expected exa is not maintained anymore.

Gonna change this alias to use eza
```fish

alias worktree "exa --git-ignore --tree --all -I .git --group-directories-first --long --no-permissions --no-user --no-time"

alias filetree "exa --tree --all --group-directories-first --long --no-permissions --no-user --no-time"
```