Archived
1
0
Fork 0
This repository has been archived on 2023-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/config.fish

25 lines
477 B
Fish

fzf_configure_bindings --directory=\cf --git_log=\cg
# Completions for 3rd-party applications
if type -q flux
flux completion fish | source
end
if type -q helm
helm completion fish | source
end
if type -q k9s
k9s completion fish | source
end
if type -q kind
kind completion fish | source
end
if type -q kubectl
kubectl completion fish | source
end
if type -q tfctl
tfctl completion fish | source
end
if type -q ytt
ytt completion fish | source
end