Archived
1
0
Fork 0

fish: add /usr/local/bin completions

This commit is contained in:
Casper V. Kristensen 2022-06-11 23:28:23 +02:00
parent a64fbb9f39
commit c4ecd61bb4

View file

@ -1 +1,21 @@
fzf_configure_bindings --directory=\cf --git_log=\cg 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 tfctl
tfctl completion fish | source
end
if type -q ytt
ytt completion fish | source
end