feat(pkg): setup Github Copilot CLI for AI in shell

This commit is contained in:
Pierre Martin
2024-06-21 05:38:33 +02:00
parent 9c99f769f6
commit d38a121b81
2 changed files with 3 additions and 0 deletions

View File

@@ -69,6 +69,8 @@
eval "$(op completion zsh)"; compdef _op op
eval "$(logcli --completion-script-zsh)"
# https://docs.github.com/en/copilot/github-copilot-in-the-cli/using-github-copilot-in-the-cli?s=03#setting-up-aliases-for-copilot-in-the-cli
eval "$(gh copilot alias -- zsh)"
# K8s
source <(helm completion zsh)