diff options
author | Griffin Smith <grfn@gws.fyi> | 2022-05-11T19·35-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-05-14T16·02+0000 |
commit | 194007b02069d2be0c283825aa1e1a4426b641a2 (patch) | |
tree | 39a75d23ae97928e732fa1dc11cf60e561a39fa7 | |
parent | 13a9de649391dd0da98a050c0130f000b97ed3af (diff) |
chore(grfn/home): Drop hub r/4072
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
-rw-r--r-- | users/grfn/system/home/modules/development.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/users/grfn/system/home/modules/development.nix b/users/grfn/system/home/modules/development.nix index 18a851d1493b..3420fd652231 100644 --- a/users/grfn/system/home/modules/development.nix +++ b/users/grfn/system/home/modules/development.nix @@ -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"; |