From 4c637c26258b8e0714556689bca7697104c9cf93 Mon Sep 17 00:00:00 2001 From: Jessica Canady Date: Sun, 25 Jun 2023 22:22:31 -0400 Subject: [PATCH] Add git aliases. --- users/phoenix/hm.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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 = {