mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
profiles/dev: replace exa with eza
Unmaintained and also in a state of being removed in nixpkgs.
This commit is contained in:
parent
5d629e9b71
commit
c8dc2b57ce
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user