🚑 (neodymium/home/shell) rip exa, deprecated, replace by eza

This commit is contained in:
Laureηt 2023-09-11 18:28:14 +02:00
parent 24c4cf3940
commit 7733093525
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -1,8 +1,8 @@
{ ... }: {
programs.exa.enable = true;
programs.eza.enable = true;
programs.zsh.shellAliases = {
l =
"exa -lahg --icons --git --time-style=long-iso --group-directories-first --color=always";
"eza -lahg --icons --git --time-style=long-iso --group-directories-first --color=always";
ll = "l --grid";
};
}