This website requires JavaScript.
Explore
Help
Sign In
xavier
/
config-bash
Watch
1
Star
0
Fork
0
You've already forked config-bash
Code
Issues
Pull Requests
Releases
Wiki
Activity
df8172f138
config-bash
/
completion.d
/
kubectl
7 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added completion support for aws and kubectl
2019-03-19 10:53:47 +01:00
#!/bin/bash
feat: refacto aliases/completion kubectl, helm, stern
2023-04-03 10:38:42 +02:00
if (command -v kubectl &> /dev/null)
Added completion support for aws and kubectl
2019-03-19 10:53:47 +01:00
then
source <(kubectl completion bash)
fi
Reference in New Issue
Copy Permalink