diff options
Diffstat (limited to 'users')
-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"; |