From d64eb00537c6c76bf9298efcd8f79bc1ab35d066 Mon Sep 17 00:00:00 2001 From: maudin Date: Wed, 25 Apr 2018 15:35:08 +0200 Subject: [PATCH] typo --- bearstech.zsh | 1 - hybris.zsh | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bearstech.zsh b/bearstech.zsh index 7a2132d..8566b14 100644 --- a/bearstech.zsh +++ b/bearstech.zsh @@ -25,5 +25,4 @@ _complete_nova-env() {reply=($(ls $INFRA/cloud/ovh-*.env | sed "s@$INFRA/cloud/ compctl -K _complete_bt-host bt-dom0 compctl -K _complete_bt-host bt-host compctl -K _complete_bt-host bt-release -compctl -K _complete_bt-host r compctl -K _complete_nova-env nova-env diff --git a/hybris.zsh b/hybris.zsh index 8b01633..17c74d8 100644 --- a/hybris.zsh +++ b/hybris.zsh @@ -33,4 +33,6 @@ export WATCH=all export WATCHFMT="%n has %a %l from %M" # Some completions +_complete_bt-host() {reply=($(ls $INFRA/host))} compctl -K _completemarks j +compctl -K _complete_bt-host r