Replies: 1 comment
-
Hi @hellt 👋 Based on the plugin source, a cache variable is expected: typeset ZSH_CACHE_DIR="$ZI[CACHE_DIR]" It should be placed before the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have been struggling to understand how to handle completions managed by the Oh-My-Zsh plugins.
I am trying to install the
kubectl
plugin like this:I used the
zi zi cdreplay -q
here as suggested in https://wiki.zshell.dev/docs/guides/commands#ignoring-compdefs but when I login to the shell I getkubectl
is installed at/usr/local/bin/kubectl
and I get all aliases provided by the OMZP::kubectl but no completionsBeta Was this translation helpful? Give feedback.
All reactions