Stop loading github copilot

This commit is contained in:
Jonny Barnes 2024-09-20 21:11:02 +01:00
parent 2164512568
commit 8a3cdacaaa
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
2 changed files with 0 additions and 18 deletions

View file

@ -1,10 +0,0 @@
#!/usr/bin/env zsh
# Setup GitHub Copilot
# first check we even have the genereic `gh` command
if (( ${+commands[gh]} )); then
# Now check we have the copilot plugin installed with `gh`
if gh extension list | rg copilot -c > /dev/null; then
eval "$(gh copilot alias -- zsh)"
fi
fi