Change various things

This commit is contained in:
crater2150 2024-11-27 12:14:40 +01:00
parent 281ea9f354
commit 8a9503b95a
7 changed files with 21 additions and 8 deletions

View file

@ -1,3 +1,5 @@
if exists /usr/bin/node && exists github-copilot-cli; then
eval "$(github-copilot-cli alias -- "$0")"
elif exists gh && gh extension list | grep copilot -q; then
eval "$(gh copilot alias -- zsh)"
fi