From 02f14a9cb152561a5e44062aac79f3b700403b40 Mon Sep 17 00:00:00 2001 From: navewindre Date: Sun, 13 Jul 2025 06:42:05 +0200 Subject: omz --- home/.oh-my-zsh/plugins/spring/_spring | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 home/.oh-my-zsh/plugins/spring/_spring (limited to 'home/.oh-my-zsh/plugins/spring/_spring') diff --git a/home/.oh-my-zsh/plugins/spring/_spring b/home/.oh-my-zsh/plugins/spring/_spring new file mode 100644 index 0000000..93f1951 --- /dev/null +++ b/home/.oh-my-zsh/plugins/spring/_spring @@ -0,0 +1,29 @@ +#compdef spring 'spring' +#autoload + +_spring() { + + local cword + let cword=CURRENT-1 + + local hints + hints=() + + local reply + while read -r line; do + reply=`echo "$line" | awk '{printf $1 ":"; for (i=2; i