chore(fish): add ctlptl completion

This commit is contained in:
João Paulo Dubas 2024-06-01 18:07:10 +00:00
parent 3b2c6c6c6a
commit eeadcd2154
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

View File

@ -26,5 +26,9 @@ if [ ! -d ${XDG_CONFIG_HOME}/fish/completions/helm.fish ]; then
echo "setup helm completion"
helm completion fish > ${XDG_CONFIG_HOME}/fish/completions/helm.fish
fi
if [ ! -d ${XDG_CONFIG_HOME}/fish/completions/ctlptl.fish ]; then
echo "setup ctlptl completion"
ctlptl completion fish > ~/.config/fish/completions/ctlptl.fish
fi
exec "$@"