You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could also change the behavior for zsh so that it puts the completions in a file and add that file to the $fpath But that is a little more steps to update that file when the pixi version changes. clap-rs/clap#2479 (comment)
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
/
Issue description
I sat next to someone trying out pixi and after running the install, starting zsh said
compdef undefined
.I think this might be an issue in our autocompletion code - removing autocompletions solved it.
Expected behavior
/
The text was updated successfully, but these errors were encountered: