File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -206,10 +206,11 @@ link or copy them to an existing folder.
206
206
Example with [ ` oh-my-zsh ` ] ( https://github.com/ohmyzsh/ohmyzsh ) :
207
207
208
208
``` bash
209
- mkdir -p ~ /.oh-my-zsh/completions
210
- chmod -R 755 ~ /.oh-my-zsh/completions
211
- ln -s /opt/kubectx/completion/_kubectx.zsh ~ /.oh-my-zsh/completions/_kubectx.zsh
212
- ln -s /opt/kubectx/completion/_kubens.zsh ~ /.oh-my-zsh/completions/_kubens.zsh
209
+ mkdir -p ~ /.oh-my-zsh/custom/completions
210
+ chmod -R 755 ~ /.oh-my-zsh/custom/completions
211
+ ln -s /opt/kubectx/completion/_kubectx.zsh ~ /.oh-my-zsh/custom/completions/_kubectx.zsh
212
+ ln -s /opt/kubectx/completion/_kubens.zsh ~ /.oh-my-zsh/custom/completions/_kubens.zsh
213
+ echo " fpath=($ZSH /custom/completions $fpath )" >> ~ /.zshrc
213
214
```
214
215
215
216
If completion doesn't work, add ` autoload -U compinit && compinit ` to your
You can’t perform that action at this time.
0 commit comments