Commit 7d2eba50 authored by nimrod's avatar nimrod
Browse files

Generate Bash completion, eval'ing everything makes spawning new shells slow.

parent 47a99f64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
! command -v aws_completer >/dev/null || complete -C 'aws_completer' aws
complete -C 'aws_completer' aws

.bash_completion.d/helm

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
command -v helm >/dev/null && eval "$(helm completion bash)"

.bash_completion.d/kompose

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
command -v kompose >/dev/null && eval "$(kompose completion bash)"

.bash_completion.d/kops

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
command -v kops >/dev/null && eval "$(kops completion bash)"

.bash_completion.d/kubectl

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
command -v kubectl >/dev/null && eval "$(kubectl completion bash)"
Loading