Skip to content

Commit 26b5f09

Browse files
committed
feat(oc): add 3rd-party completion loader (cobra)
ohmybash/oh-my-bash#404
1 parent f10866e commit 26b5f09

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
@@ -194,6 +194,7 @@
194194
/neomutt
195195
/_nfpm
196196
/_nomad
197+
/_oc
197198
/_okteto
198199
/_op
199200
/_ory

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,7 @@ CLEANFILES = \
734734
neomutt \
735735
_nfpm \
736736
_nomad \
737+
_oc \
737738
_okteto \
738739
_op \
739740
_ory \
@@ -1009,6 +1010,7 @@ symlinks: $(DATA)
10091010
_moldy \
10101011
_multi-gitter \
10111012
_nfpm \
1013+
_oc \
10121014
_okteto \
10131015
_op \
10141016
_ory \

0 commit comments

Comments
 (0)