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
main
dotfiles.2022
/
_home
/
dot_sz.shrc.d
/
bash.post
/
99_kubectl.completion
5 lines
89 B
Plaintext
Raw
Permalink
Blame
History
if [[ -n "$(which-command 'kubectl')" ]]; then
source <( kubectl completion bash )
fi
Reference in New Issue
View Git Blame
Copy Permalink