Skip to content

Commit 1fe9904

Browse files
committed
feat(gitconfig): add 3rd party fallback completion loader
https://0ghny.github.io/gitconfig/#usage
1 parent 01ee387 commit 1fe9904

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
/_gh-label
143143
/_ghorg
144144
/_git-bump
145+
/_gitconfig
145146
/_gitleaks
146147
/_gitsign
147148
/gkrellm2

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,7 @@ CLEANFILES = \
710710
_gh-label \
711711
_ghorg \
712712
_git-bump \
713+
_gitconfig \
713714
_gitleaks \
714715
_gitsign \
715716
gkrellm2 \
@@ -1169,6 +1170,7 @@ symlinks: $(DATA)
11691170
_gh-label \
11701171
_ghorg \
11711172
_git-bump \
1173+
_gitconfig \
11721174
_gitleaks \
11731175
_gitsign \
11741176
_glow \

0 commit comments

Comments
 (0)