We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e1d268 commit 8ab3b39Copy full SHA for 8ab3b39
.bashrc
@@ -125,8 +125,12 @@ elif [ -d /usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk ]; then
125
source /usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.bash.inc
126
source /usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.bash.inc
127
fi
128
+
129
if [ "$(which kubectl 2> /dev/null)" ]; then
130
source <(kubectl completion bash)
131
+ if [[ -d ~/.krew/bin ]]; then
132
+ PATH=${PATH}:${HOME}/.krew/bin
133
+ fi
134
135
136
if [ "$(which aws_completer 2> /dev/null)" ]; then
0 commit comments