Skip to content

Commit

Permalink
feat(httpx): add fallback 3rd party completion loader
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Aug 28, 2023
1 parent 3e0d00d commit 3f4861c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions completions/.gitignore
Expand Up @@ -116,6 +116,7 @@
/host
/hping
/hping3
/_httpx
/_hugo
/iceweasel
/identify
Expand Down
3 changes: 2 additions & 1 deletion completions/Makefile.am
Expand Up @@ -640,6 +640,7 @@ CLEANFILES = \
host \
hping \
hping3 \
_httpx \
_hugo \
iceweasel \
identify \
Expand Down Expand Up @@ -1111,7 +1112,7 @@ symlinks: $(DATA)
$(ss) ping \
ping4 ping6
$(ss) _pipenv \
_flask
_flask _httpx
$(ss) pkg-config \
pkgconf
$(ss) pkg_delete \
Expand Down

0 comments on commit 3f4861c

Please sign in to comment.