Skip to content

Commit

Permalink
add ll
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnakedev committed Jan 20, 2024
1 parent fb3def0 commit 7a93d8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home-manager/mac/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@

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

0 comments on commit 7a93d8e

Please sign in to comment.