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