This website requires JavaScript.
Explore
Help
Sign In
fanyx
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
9472c48a09
dotfiles
/
.config
/
completions
/
k
6 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
bash_completion additions
2022-10-17 15:15:09 +02:00
# alias for kubectl to k
Updates from my work laptop
2023-05-22 10:06:01 +02:00
source <(kubectl completion bash)
bash_completion additions
2022-10-17 15:15:09 +02:00
complete -o default -F __start_kubectl k