infrastructure/hosts/neodymium/home/shell/exa.nix

9 lines
205 B
Nix
Raw Normal View History

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