1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-30 17:50:07 +00:00
ohmyzsh/plugins/s2i/README.md

10 lines
187 B
Markdown
Raw Normal View History

2019-06-12 11:27:05 +00:00
# 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)
```