mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
5 lines
144 B
Bash
5 lines
144 B
Bash
# Autocompletion plugin for [s2i](https://github.com/openshift/source-to-image).
|
|
|
|
if [ $commands[s2i] ]; then
|
|
source <(s2i completion zsh)
|
|
fi
|