zsh: disable dvc completion (slow!)

pull/6/head
bretello 2021-10-07 20:41:57 +02:00
parent 92e0591129
commit cce95a4ab7
1 changed files with 0 additions and 4 deletions

View File

@ -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)"