Push improvements form the PQB work
This commit is contained in:
parent
f3323b159b
commit
1e3c60630e
68 changed files with 409 additions and 219 deletions
4
_home/dot_sz.shrc.d/bash.post/99_kubectl.completion
Normal file
4
_home/dot_sz.shrc.d/bash.post/99_kubectl.completion
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