Skip to content

Commit 34b1e24

Browse files
committed
feat(zola): add 3rd party fallback completion loader
https://github.com/getzola/zola
1 parent 5268e0b commit 34b1e24

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: completions/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -422,3 +422,4 @@
422422
/ypcat
423423
/_zarf
424424
/_zitadel
425+
/_zola

Diff for: completions/Makefile.am

+4-2
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,8 @@ CLEANFILES = \
10271027
xvnc4viewer \
10281028
ypcat \
10291029
_zarf \
1030-
_zitadel
1030+
_zitadel \
1031+
_zola
10311032

10321033
symlinks: $(DATA)
10331034
$(ss) 7z \
@@ -1232,7 +1233,8 @@ symlinks: $(DATA)
12321233
_vela \
12331234
_virtctl \
12341235
_zarf \
1235-
_zitadel
1236+
_zitadel \
1237+
_zola
12361238
$(ss) gpgv \
12371239
gpgv2
12381240
$(ss) gssdp-discover \

0 commit comments

Comments
 (0)