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:
parent
92e0591129
commit
cce95a4ab7
|
@ -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)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user