Skip to content

Commit 2ae33fa

Browse files
committed
feat(diesel): add fallback 3rd party completion loader
1 parent f091a53 commit 2ae33fa

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
@@ -48,6 +48,7 @@
4848
/_datree
4949
/dcop
5050
/dfutool
51+
/_diesel
5152
/display
5253
/_docker
5354
/dpkg-deb

completions/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,7 @@ CLEANFILES = \
556556
_datree \
557557
dcop \
558558
dfutool \
559+
_diesel \
559560
display \
560561
_docker \
561562
dpkg-deb \
@@ -1055,7 +1056,7 @@ symlinks: $(DATA)
10551056
$(ss) mcrypt \
10561057
mdecrypt
10571058
$(ss) _mdbook \
1058-
_starship
1059+
_diesel _starship
10591060
$(ss) mplayer \
10601061
gmplayer kplayer mencoder mplayer2
10611062
$(ss) mutt \

0 commit comments

Comments
 (0)