infrastructure/home/shell/exa.nix

8 lines
198 B
Nix

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