mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-01-27 12:40:23 +01:00
Add completion plugin for s2i.
This commit is contained in:
9
plugins/s2i/README.md
Normal file
9
plugins/s2i/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# s2i
|
||||
|
||||
This plugin provides completion for [s2i](https://github.com/openshift/source-to-image).
|
||||
|
||||
To use it, add `s2i` to the plugins array in your .zshrc file.
|
||||
|
||||
```
|
||||
plugins=(... s2i)
|
||||
```
|
||||
Reference in New Issue
Block a user