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";