Add eza aliased to `ls`

ls, but with icons
main
Bo Jeanes 2024-07-25 18:53:47 +10:00
parent 11a33eeb96
commit 88febf1cd6
No known key found for this signature in database
1 changed files with 9 additions and 0 deletions

View File

@ -360,6 +360,15 @@
enableBashIntegration = true;
enableZshIntegration = true;
};
programs.eza = {
enable = true;
git = true;
icons = true;
enableBashIntegration = true;
enableZshIntegration = true;
};
programs._1password-shell-plugins = {
enable = true;