Added completion support for aws and kubectl
This commit is contained in:
6
completion.d/kubectl
Normal file
6
completion.d/kubectl
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if ( which kubectl &> /dev/null )
|
||||
then
|
||||
source <(kubectl completion bash)
|
||||
fi
|
Reference in New Issue
Block a user