mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-29 22:54:45 +01:00
6 lines
144 B
Bash
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
|