mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-01-08 11:34:46 +01:00
Add completion plugin for s2i.
This commit is contained in:
5
plugins/s2i/s2i.plugin.zsh
Normal file
5
plugins/s2i/s2i.plugin.zsh
Normal file
@@ -0,0 +1,5 @@
|
||||
# Autocompletion plugin for [s2i](https://github.com/openshift/source-to-image).
|
||||
|
||||
if [ $commands[s2i] ]; then
|
||||
source <(s2i completion zsh)
|
||||
fi
|
||||
Reference in New Issue
Block a user