add helm bash completion
This commit is contained in:
5
.bashrc
5
.bashrc
@@ -159,6 +159,11 @@ if [[ -x "$(command -v kubectl)" ]]; then
|
|||||||
. <(kubectl completion bash)
|
. <(kubectl completion bash)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# helm completions
|
||||||
|
if [[ -x "$(command -v helm)" ]]; then
|
||||||
|
. <(helm completion bash)
|
||||||
|
fi
|
||||||
|
|
||||||
# avp completions
|
# avp completions
|
||||||
if [[ -x "$(command -v avp)" ]]; then
|
if [[ -x "$(command -v avp)" ]]; then
|
||||||
. <(avp completion)
|
. <(avp completion)
|
||||||
|
|||||||
Reference in New Issue
Block a user