Skip to content

Commit

Permalink
add eza improved ls
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnakedev committed Jan 15, 2024
1 parent 73dcb01 commit efc2b09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home-manager/mac/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
commitizen
convco
gh
eza
];


Expand All @@ -61,7 +62,7 @@
enable = true;

shellAliases = {
l = "ls -la";
l = "eza -lh --git --octal-permissions";
# update = "sudo nixos-rebuild switch";
home-switch = "home-manager switch --flake ~/nixos-config";
};
Expand Down

0 comments on commit efc2b09

Please sign in to comment.