diff --git a/modules/common/git.nix b/modules/common/git.nix index 85e06dd..22f6aa5 100644 --- a/modules/common/git.nix +++ b/modules/common/git.nix @@ -63,9 +63,9 @@ in { gst = "git status"; } <| mkIf config.isDesktop { - "??" = "gh copilot suggest --target shell --"; - "gh?" = "gh copilot suggest --target gh --"; - "git?" = "gh copilot suggest --target git --"; + "ask" = "gh copilot suggest --target shell --"; + "ask-gh" = "gh copilot suggest --target gh --"; + "ask-git" = "gh copilot suggest --target git --"; }; environment.systemPackages = [