1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-01-01 16:14:44 +01:00
Files
oh-my-zsh/plugins/s2i/README.md
2019-06-12 13:27:05 +02:00

10 lines
187 B
Markdown

# 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)
```