17 lines
328 B
Fish
Raw Permalink Normal View History

# 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