diff --git a/hellotech/.config/profile/profile.d/hellotech.sh b/hellotech/.config/profile/profile.d/hellotech.sh index b930d52..3c85aa9 100644 --- a/hellotech/.config/profile/profile.d/hellotech.sh +++ b/hellotech/.config/profile/profile.d/hellotech.sh @@ -1,10 +1,10 @@ -#ft=sh -#shellcheck disable=1090,2039 +#shellcheck disable=1090,2039,SC2148 if [ "${BASH_VERSION}" != "" ] && [ "$(ps -p $$ -ocomm=)" != sh ]; then source <(kubectl completion bash) fi if [ "${ZSH_VERSION}" != "" ]; then + autoload -U +X compinit && compinit source <(kubectl completion zsh) fi