binenv icon indicating copy to clipboard operation
binenv copied to clipboard

Kubectl/Helm completions not working with binenv

Open jmischler72 opened this issue 9 months ago • 9 comments

Hello, I have a Oh-my-zsh shell and ever since i installed my tools with binenv, i dont have any completions from the omz plugins kubectl and helm. I tried the binenv completion steps but it still isn't working:

Zsh:

# If shell completion is not already enabled in your environment you will need
# to enable it.  You can execute the following once:

$ echo "autoload -U compinit; compinit" >> ~/.zshrc

# To load completions for each session, execute once:
$ binenv completion zsh > "${fpath[1]}/_binenv"

# You will need to start a new shell for this setup to take effect.

The quickstart for linux didn't help either

jmischler72 avatar May 23 '24 09:05 jmischler72