@@ -159,6 +159,11 @@ if [[ -x "$(command -v kubectl)" ]]; then
. <(kubectl completion bash)
fi
# helm completions
if[[ -x "$(command -v helm)"]];then
. <(helm completion bash)
fi
# avp completions
if[[ -x "$(command -v avp)"]];then
. <(avp completion)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.