From ecddf8ad8d0b5a8ea64a5ef38a663de2a3c22584 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 9660761..c7bd3df 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";