profiles/dev: replace exa with eza

Unmaintained and also in a state of being removed in nixpkgs.
This commit is contained in:
Gabriel Arazas 2023-09-15 12:54:49 +08:00
parent 5d629e9b71
commit c8dc2b57ce
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ in {
# Coreutils replacement.
fd # Oh nice, a more reliable `find`.
ripgrep # On nice, a more reliable `grep`.
exa # Oh nice, a shinier `ls`.
eza # Oh nice, a shinier `ls`.
];
# Git interface for the lazy who cannot be asked to add hunks properly.

View File

@ -127,7 +127,7 @@ in {
lazydocker # Git interface for the lazy.
fd # Oh nice, a more reliable `find`.
ripgrep # On nice, a more reliable `grep`.
exa # Oh nice, a shinier `ls`.
eza # Oh nice, a shinier `ls`.
bat # dog > sky dog > cat
fzf # A fuzzy finder that enables fuzzy finding not furry finding, a common misconception.
gopass # An improved version of the password manager for hipsters.