if node is unavailable, ignore copilot cli
This commit is contained in:
parent
cfa828ec19
commit
cfe15e5e1b
|
@ -1,3 +1,3 @@
|
|||
if exists github-copilot-cli; then
|
||||
if exists /usr/bin/node && exists github-copilot-cli; then
|
||||
eval "$(github-copilot-cli alias -- "$0")"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue