Skip to content

Commit

Permalink
feat(cz): add fallback 3rd party completion loader
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jun 17, 2023
1 parent 5f8384e commit b7ba70e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions completions/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
/cowthink
/createdb
/createuser
/_cz
/_datree
/dcop
/_deno
Expand Down
4 changes: 3 additions & 1 deletion completions/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ CLEANFILES = \
cowthink \
createdb \
createuser \
_cz \
_datree \
dcop \
_deno \
Expand Down Expand Up @@ -1087,7 +1088,8 @@ symlinks: $(DATA)
_ansible-inventory \
_ansible-playbook \
_ansible-pull \
_ansible-vault
_ansible-vault \
_cz
$(ss) nslookup \
host
$(ss) p4 \
Expand Down

0 comments on commit b7ba70e

Please sign in to comment.