1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Fix gh copilot aliases

This commit is contained in:
RGBCube 2025-02-09 15:17:58 +03:00
parent 7308b755ca
commit 37ed634210
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -63,9 +63,9 @@ in {
gst = "git status"; gst = "git status";
} <| mkIf config.isDesktop { } <| mkIf config.isDesktop {
"??" = "gh copilot suggest --target shell --"; "ask" = "gh copilot suggest --target shell --";
"gh?" = "gh copilot suggest --target gh --"; "ask-gh" = "gh copilot suggest --target gh --";
"git?" = "gh copilot suggest --target git --"; "ask-git" = "gh copilot suggest --target git --";
}; };
environment.systemPackages = [ environment.systemPackages = [