diff --git a/nixpkgs/home-manager/modules/zsh.nix b/nixpkgs/home-manager/modules/zsh.nix
index 5390a88..4d023b8 100644
--- a/nixpkgs/home-manager/modules/zsh.nix
+++ b/nixpkgs/home-manager/modules/zsh.nix
@@ -33,6 +33,8 @@
           git status
         fi
       }
+
+      compdef g=git
     '';
 
     zplug = {