add some ls aliases based on eza

This commit is contained in:
wi11-holdsworth 2025-07-11 17:21:58 +10:00
parent ede2738e78
commit 499755444a

View file

@ -5,6 +5,8 @@ in
{ {
config = lib.mkIf config.${feature}.enable { config = lib.mkIf config.${feature}.enable {
environment.shellAliases = { environment.shellAliases = {
l = "eza --long --header --group-directories-first --icons always";
la = "l -a";
g = "lazygit"; g = "lazygit";
ns = "nh os switch"; ns = "nh os switch";
rf = "nix flake init --template 'https://flakehub.com/f/the-nix-way/dev-templates/*#rust' && direnv allow"; rf = "nix flake init --template 'https://flakehub.com/f/the-nix-way/dev-templates/*#rust' && direnv allow";