diff --git a/users/phoenix/hm.nix b/users/phoenix/hm.nix index 9eb780b..e356cbe 100644 --- a/users/phoenix/hm.nix +++ b/users/phoenix/hm.nix @@ -58,6 +58,12 @@ defaultBranch = "main"; }; }; + aliases = { + ci = "commit"; + co = "checkout"; + st = "status"; + l = "log"; + }; }; programs.fish = {