dotfiles/.config/completions/k

6 lines
140 B
Plaintext
Raw Normal View History

2022-10-17 15:15:09 +02:00
# alias for kubectl to k
2023-06-08 12:47:14 +02:00
command -v 2>&1 >/dev/null kubectl && source <(kubectl completion bash)
2023-05-22 10:06:01 +02:00
2022-10-17 15:15:09 +02:00
complete -o default -F __start_kubectl k