Skip to content

Commit

Permalink
feat(xc): add 3rd party fallback completion loader
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Dec 25, 2024
1 parent cb5005c commit 97d8eae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions completions/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@
/wine64
/wine64-development
/wine64-stable
/_xc
/xpovray
/xvnc4viewer
/ypcat
Expand Down
10 changes: 9 additions & 1 deletion completions/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,7 @@ CLEANFILES = \
wine64 \
wine64-development \
wine64-stable \
_xc \
xpovray \
xvnc4viewer \
ypcat \
Expand Down Expand Up @@ -1424,7 +1425,14 @@ endif
$(ss) update-alternatives \
alternatives
$(ss) _vault \
_bao _consul _fx _nomad _packer _terraform _tofu
_bao \
_consul \
_fx \
_nomad \
_packer \
_terraform \
_tofu \
_xc
$(ss) vipw \
vigr
$(ss) vncviewer \
Expand Down

0 comments on commit 97d8eae

Please sign in to comment.