Migration to GNU Stow
This commit is contained in:
4
zsh/.oh-my-zsh/plugins/istioctl/istioctl.plugin.zsh
Normal file
4
zsh/.oh-my-zsh/plugins/istioctl/istioctl.plugin.zsh
Normal file
@@ -0,0 +1,4 @@
|
||||
if [ $commands[istioctl] ]; then
|
||||
source <(istioctl completion zsh)
|
||||
compdef _istioctl istioctl
|
||||
fi
|
||||
Reference in New Issue
Block a user