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
c8442dabc0
config-bash
/
completion.d
/
kubectl
7 lines
91 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
Fix completion for aws and kubectl
2019-03-19 10:56:58 +01:00
if ( which 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