infrastructure/hosts/neodymium/home/shell/exa.nix
2023-12-15 16:18:36 +01:00

8 lines
197 B
Nix

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