mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
zsh: disable dvc completion (slow!)
This commit is contained in:
parent
92e0591129
commit
cce95a4ab7
|
@ -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)"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user