dotfiles/zsh/funcs/oc
Anthony Cicchetti 15de0d91e6 yuge
2023-05-17 15:27:58 -04:00

8 lines
231 B
Text

if [[ ( $ZNAP_USED = 1 ) ]]; then
if [[ $( command -v kubectl ) ]]; then
znap fpath _kubectl 'kubectl completion zsh'
fi
if [[ $( command -v oc ) ]]; then
znap fpath _oc 'oc completion zsh'
fi
fi