Skip to content

Commit b317aa9

Browse files
committed
feat(px): add fallback 3rd party completion loader
1 parent f674bac commit b317aa9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@
208208
/pvremove
209209
/pvs
210210
/pvscan
211+
/_px
211212
/pxz
212213
/py.test
213214
/py.test-[23]

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,7 @@ CLEANFILES = \
743743
pvremove \
744744
pvs \
745745
pvscan \
746+
_px \
746747
pxz \
747748
py.test \
748749
py.test-2 \
@@ -962,6 +963,7 @@ symlinks: $(DATA)
962963
_okteto \
963964
_op \
964965
_ory \
966+
_px \
965967
_sshi \
966968
_trivy \
967969
_upctl \

0 commit comments

Comments
 (0)