8 lines
235 B
Text
8 lines
235 B
Text
if [[ ( $ZNAP_USED = 1 ) ]]; then
|
|
if [[ $( command -v kubectl ) ]]; then
|
|
znap compdef _kubectl 'kubectl completion zsh'
|
|
fi
|
|
if [[ $( command -v oc ) ]]; then
|
|
znap compdef _oc 'oc completion zsh'
|
|
fi
|
|
fi
|