1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-12-02 18:50:09 +00:00
ohmyzsh/plugins/s2i/s2i.plugin.zsh

6 lines
144 B
Bash
Raw Normal View History

2019-06-12 11:27:05 +00:00
# Autocompletion plugin for [s2i](https://github.com/openshift/source-to-image).
if [ $commands[s2i] ]; then
source <(s2i completion zsh)
fi