This website requires JavaScript.
Explore
Help
Register
Sign In
lksz
/
dotfiles.2022
Watch
1
Star
0
Fork
You've already forked dotfiles.2022
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
aca4a42d18
dotfiles.2022
/
_home
/
dot_sz.shrc.d
/
bash.post
/
99_kubectl.complete
5 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
KubeCtl and helm support for TrueNAS
2022-08-22 18:39:29 +00:00
if [[ -n "$(which-command 'kubectl')" ]]; then
Completion improvements + QuickSupport fix
2022-08-11 13:18:21 +00:00
source <( kubectl completion bash )
fi