From b48b2ca34e528ae1bdf32db3bdaeb1917559285e Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Mon, 11 May 2020 21:51:30 +0100 Subject: [PATCH] Work on hydra completion --- shells/zsh/completion/_hydra | 4 ---- 1 file changed, 4 deletions(-) diff --git a/shells/zsh/completion/_hydra b/shells/zsh/completion/_hydra index 92d292b7..666f24c8 100644 --- a/shells/zsh/completion/_hydra +++ b/shells/zsh/completion/_hydra @@ -153,12 +153,8 @@ _arguments -C -s "${args[@]}" ':service:->hydra_service' && return case $state in hydra_service) if compset -P "(${(j:|:)services})://"; then - notify-send "Line" "$line" - notify-send "Expl" "$expl" _wanted servers expl 'server' _hosts && ret=0 else - notify-send "Line" "$line" - notify-send "Expl" "$expl" _wanted services expl $state_descr compadd -S '://' -q -a services && ret=0 fi ;;