mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 11:22:52 +08:00
add completions for crc and oc (#10034)
This commit is contained in:
parent
e6bef40c22
commit
269c9c3f0c
|
@ -59,6 +59,8 @@ Completions
|
|||
- ``gimp`` (:issue:`9904`).
|
||||
- ``horcrux`` (:issue:`9922`).
|
||||
- ``java_home`` (:issue:`9998`).
|
||||
- ``crc`` (:issue:`10034`).
|
||||
- ``oc`` (:issue:`10034`).
|
||||
|
||||
Improved terminal support
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
1
share/completions/crc.fish
Normal file
1
share/completions/crc.fish
Normal file
|
@ -0,0 +1 @@
|
|||
crc completion fish | source
|
1
share/completions/oc.fish
Normal file
1
share/completions/oc.fish
Normal file
|
@ -0,0 +1 @@
|
|||
oc completion fish | source
|
Loading…
Reference in New Issue
Block a user