chore(fish): add ctlptl completion
This commit is contained in:
parent
3b2c6c6c6a
commit
eeadcd2154
@ -26,5 +26,9 @@ if [ ! -d ${XDG_CONFIG_HOME}/fish/completions/helm.fish ]; then
|
|||||||
echo "setup helm completion"
|
echo "setup helm completion"
|
||||||
helm completion fish > ${XDG_CONFIG_HOME}/fish/completions/helm.fish
|
helm completion fish > ${XDG_CONFIG_HOME}/fish/completions/helm.fish
|
||||||
fi
|
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 "$@"
|
exec "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user