From cce95a4ab78cb8719f99e503dca91ad6675d1246 Mon Sep 17 00:00:00 2001 From: bretello Date: Thu, 7 Oct 2021 20:41:57 +0200 Subject: [PATCH] zsh: disable dvc completion (slow!) --- brethil_dotfile.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index 3f9a36b..611420e 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -30,10 +30,6 @@ elif [[ "$(command -v apt-get)" ]]; then antibody bundle robbyrussell/oh-my-zsh path:plugins/debian fi -if [[ "$(command -v dvc )" ]]; then - eval `dvc completion --shell zsh` -fi - # Setup oh-my-zsh path export ZSH="$(antibody path robbyrussell/oh-my-zsh)"