exa: switch to eza

This commit is contained in:
Leonardo Eugênio 2023-09-13 23:20:27 -03:00
parent d0d7d7f930
commit 49040b5be9
3 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,7 @@ in {
'';
shellAliases = {
rm = "trash";
tree = "exa -T";
tree = "eza -T";
};
shellAbbrs = {
off = "shutdown now";
@ -67,8 +67,8 @@ in {
};
programs = {
zoxide.enable = true;
exa.enable = true;
exa.enableAliases = true;
eza.enable = true;
eza.enableAliases = true;
direnv.enable = true;
direnv.nix-direnv.enable = true;
};

View file

@ -29,7 +29,7 @@ in
changeDirWidgetCommand = "${pkgs.fd}/bin/fd --type d";
changeDirWidgetOptions =
[ "--preview '${pkgs.exa}/bin/exa -T L3 | head -200'" ];
[ "--preview '${pkgs.eza}/bin/eza -T L3 | head -200'" ];
defaultOptions = [ color_opts preview_opts ];
};

View file

@ -56,7 +56,7 @@
pulseaudio
## CLI
exa
eza
fd
bc
file