Skip to content

Commit f091a53

Browse files
committed
feat(starship): add fallback 3rd party completion loader
1 parent f695c54 commit f091a53

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@
274274
/spovray
275275
/_sshi
276276
/star
277+
/_starship
277278
/stream
278279
/sudoedit
279280
/_tanzu

completions/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,7 @@ CLEANFILES = \
828828
spovray \
829829
_sshi \
830830
star \
831+
_starship \
831832
stream \
832833
sudoedit \
833834
_tanzu \
@@ -1053,6 +1054,8 @@ symlinks: $(DATA)
10531054
apropos whatis
10541055
$(ss) mcrypt \
10551056
mdecrypt
1057+
$(ss) _mdbook \
1058+
_starship
10561059
$(ss) mplayer \
10571060
gmplayer kplayer mencoder mplayer2
10581061
$(ss) mutt \

0 commit comments

Comments
 (0)