Skip to content

Commit a0ce1d3

Browse files
committed
Add copilot cli support for zsh
1 parent 4a74a85 commit a0ce1d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.zshrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@ if _cmd_exists ngrok; then
140140
eval "$(ngrok completion)"
141141
fi
142142

143+
# copilot cli
144+
if _cmd_exists gh copilot alias; then
145+
eval "$(gh copilot alias -- zsh)"
146+
fi
147+
143148
# alias
144149
# use tldr as help util
145150
if _cmd_exists tldr; then

0 commit comments

Comments
 (0)