mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-08 08:20:39 +01:00
Added: Helm plugins (#6265)
This commit is contained in:
7
plugins/helm/helm.plugin.zsh
Normal file
7
plugins/helm/helm.plugin.zsh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# Autocompletion for helm.
|
||||||
|
#
|
||||||
|
# Copy from kubectl : https://github.com/pstadler
|
||||||
|
|
||||||
|
if [ $commands[helm] ]; then
|
||||||
|
source <(helm completion zsh)
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user