diff --git a/minimal/hm.nix b/minimal/hm.nix index ca69f60..8d8d216 100644 --- a/minimal/hm.nix +++ b/minimal/hm.nix @@ -144,6 +144,9 @@ ri = "rebase -i"; fix = "commit --fixup"; amend = "commit --amend"; + rib = "!git ri $(git bb) $@"; + bb = "config --local --default master custom.base-branch"; + set-bb = "config --local custom.base-branch"; }; };