Completion improvements + QuickSupport fix
This commit is contained in:
parent
e6b701af99
commit
f457cef8a1
5 changed files with 19 additions and 4 deletions
4
_home/dot_sz.shrc.d/bash.post/99_kubectl.complete
Normal file
4
_home/dot_sz.shrc.d/bash.post/99_kubectl.complete
Normal file
|
@ -0,0 +1,4 @@
|
|||
if [[ -n "$(which-command kubectl)" ]]; then
|
||||
source <( kubectl completion bash )
|
||||
fi
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue