binenv
binenv copied to clipboard
Kubectl/Helm completions not working with binenv
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