chore(grfn/home): Drop hub

I don't really use github anymore

Change-Id: I4a44c527f42cfb1ca344b10a9bd35fe53f3fa050
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5604
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Griffin Smith 2022-05-11 15:35:04 -04:00 committed by clbot
parent 13a9de6493
commit 194007b020

View file

@ -42,7 +42,6 @@ with lib;
jq
yq
gron
gitAndTools.hub
gitAndTools.tig
gitAndTools.gh
shellcheck
@ -181,7 +180,6 @@ with lib;
"ga" = "git add";
"gnp" = "git --no-pager";
"g" = "git";
"git" = "hub";
"grim" = "git fetch && git rebase -i --autostash origin/master";
"grom" = "git fetch && git rebase --autostash origin/master";
"groc" = "git fetch && git rebase --autostash origin/canon";