feat (home/cli): eza

This commit is contained in:
Henri Saudubray 2026-02-18 10:24:42 +01:00
parent 0c2250e479
commit 8389f77bae
Signed by: hms
GPG key ID: 7065F57ED8856128

View file

@ -18,6 +18,7 @@
zoxide zoxide
just just
xclip xclip
eza
]; ];
# Bash configuration # Bash configuration
@ -28,6 +29,7 @@
"o" = "xdg-open"; "o" = "xdg-open";
"update" = "sudo nixos-rebuild switch --flake ~/dev/nixos"; "update" = "sudo nixos-rebuild switch --flake ~/dev/nixos";
"rm" = "rm -i"; "rm" = "rm -i";
"ls" = "eza";
}; };
stateVersion = "25.11"; stateVersion = "25.11";