zsh/aliases/copilot.zsh

4 lines
85 B
Bash
Raw Normal View History

2024-07-15 23:04:48 +00:00
if exists github-copilot-cli; then
eval "$(github-copilot-cli alias -- "$0")"
fi