Skip to content

Commit 3f4861c

Browse files
committed
feat(httpx): add fallback 3rd party completion loader
1 parent 3e0d00d commit 3f4861c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
/host
117117
/hping
118118
/hping3
119+
/_httpx
119120
/_hugo
120121
/iceweasel
121122
/identify

completions/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ CLEANFILES = \
640640
host \
641641
hping \
642642
hping3 \
643+
_httpx \
643644
_hugo \
644645
iceweasel \
645646
identify \
@@ -1111,7 +1112,7 @@ symlinks: $(DATA)
11111112
$(ss) ping \
11121113
ping4 ping6
11131114
$(ss) _pipenv \
1114-
_flask
1115+
_flask _httpx
11151116
$(ss) pkg-config \
11161117
pkgconf
11171118
$(ss) pkg_delete \

0 commit comments

Comments
 (0)