mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 18:17:44 +00:00
Fix gh copilot aliases
This commit is contained in:
parent
f90163ad34
commit
cbd4d9a8b6
1 changed files with 3 additions and 3 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue