From 665e9a905546cb0e24722c799dbcd92c72847ae7 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Thu, 18 Sep 2025 22:14:56 -0500 Subject: [PATCH] add more git alias --- common/general/shell/common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/general/shell/common.nix b/common/general/shell/common.nix index 96607614..c7bd3df7 100644 --- a/common/general/shell/common.nix +++ b/common/general/shell/common.nix @@ -53,6 +53,9 @@ with lib; gcm = "git commit -m"; stashes = "git stash list"; bd = "branch default"; + li = "link_ignored"; + bx = "branchdel"; + b = "branch"; # ripgrep rg = "rg --no-ignore";