Open zzh8829 opened 1 week ago
Move your $PATH update before plugin initialization in .zshrc
:
export PATH="$PATH:/path/to/gh"
...
plugins=(git, zsh-github-copilot, ...)
...
This ensures gh
is available during plugin initialization, avoiding the error. 😊
Hi, sorry I missed this issue. Did you manage to figure it out? If not, I could add a way to disable the checks all together.
Hi I just started using this extension it works amazingly well. However in my environment gh and gh copilot cli are not available during the zsh plugin initialization phase. They are added into my path later in the zshrc. So right now I cannot use this extension as is. Is there a way to disable the validation error?
It would make more sense for the validation to run when the user invoke widgets for the first time.