1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-07 21:17:33 +08:00
ohmyzsh-mirror/plugins/s2i/s2i.plugin.zsh
2019-06-12 13:27:05 +02:00

6 lines
144 B
Bash

# Autocompletion plugin for [s2i](https://github.com/openshift/source-to-image).
if [ $commands[s2i] ]; then
source <(s2i completion zsh)
fi