zsh/aliases/copilot.zsh
2024-07-16 01:04:48 +02:00

4 lines
85 B
Bash

if exists github-copilot-cli; then
eval "$(github-copilot-cli alias -- "$0")"
fi