diff --git a/assets/default/fish/completions/dynamic.fish b/assets/default/fish/completions/dynamic.fish new file mode 100644 index 0000000..38430fa --- /dev/null +++ b/assets/default/fish/completions/dynamic.fish @@ -0,0 +1,16 @@ +# Generate and source completions for fish + +# Source kubectl completions +if type -q kubectl + kubectl completion fish | source +end + +# Source colima completions +if type -q colima + colima completion fish | source +end + +# Source golangci-lint completions +if type -q golangci-lint + golangci-lint completion fish | source +end