From ecadd785dd02ead889061f775fb61a00d7637fe9 Mon Sep 17 00:00:00 2001 From: maudin Date: Tue, 10 Dec 2024 14:57:19 +0100 Subject: [PATCH] remove completions in .zsh file, add to PATH --- maudin.zsh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/maudin.zsh b/maudin.zsh index 145d10a..874d76e 100644 --- a/maudin.zsh +++ b/maudin.zsh @@ -44,13 +44,7 @@ export LOGCHECK=60 export READNULLCMD=${PAGER:-/usr/bin/pager} export WATCH=all export WATCHFMT="%n has %a %l from %M" -export PATH=$HOME/.scripts:$INFRA/bin:$INFRA/service/xen:$PATH - -# Some completion functions -_complete_bt-host() {reply=($(ls $INFRA/host))} -compctl -K _complete_bt-host bt-dom0 -compctl -K _complete_bt-host infra host -compctl -K _complete_bt-host bt-release +export PATH=$HOME/.scripts:$INFRA/bin:$INFRA/service/docker/bin:$INFRA/service/xen:$PATH # Fix for compdef, taken from https://github.com/seletskiy/zsh-zgen-compinit-tweak autoload -Uz compinit && compinit -C