about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/grfn/system/home/modules/development.nix2
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 18a851d149..3420fd6522 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";