style: change exa aliases

This commit is contained in:
Laureηt 2023-03-14 14:15:29 +01:00
parent 443b888462
commit 3f56d32cc7
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -292,8 +292,9 @@ in {
programs.exa = { enable = true; }; programs.exa = { enable = true; };
programs.zsh.shellAliases = { programs.zsh.shellAliases = {
l = "exa -l -h -g --icons --git --time-style=long-iso"; l =
ll = "exa -l -h -g --icons --grid --git --time-style=long-iso -a"; "exa -lahg --icons --git --time-style=long-iso --group-directories-first --color=always";
ll = "l --grid";
}; };
programs.alacritty = { programs.alacritty = {