1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-22 11:31:30 +01:00

zsh: disable dvc completion (slow!)

This commit is contained in:
bretello 2021-10-07 20:41:57 +02:00
parent 92e0591129
commit cce95a4ab7

View File

@ -30,10 +30,6 @@ elif [[ "$(command -v apt-get)" ]]; then
antibody bundle robbyrussell/oh-my-zsh path:plugins/debian antibody bundle robbyrussell/oh-my-zsh path:plugins/debian
fi fi
if [[ "$(command -v dvc )" ]]; then
eval `dvc completion --shell zsh`
fi
# Setup oh-my-zsh path # Setup oh-my-zsh path
export ZSH="$(antibody path robbyrussell/oh-my-zsh)" export ZSH="$(antibody path robbyrussell/oh-my-zsh)"