zsh: remove antibody extra plugins

feature/improve-speed
bretello 2021-10-01 16:38:53 +02:00
parent 54666b0a03
commit 9bdbd1774d
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
2 changed files with 0 additions and 5 deletions

View File

@ -1 +0,0 @@
robbyrussell/oh-my-zsh path:plugins/kubectl

View File

@ -27,10 +27,6 @@ elif [[ "$(command -v apt)" ]]; then
antibody bundle robbyrussell/oh-my-zsh path:plugins/debian
fi
if [[ -n "$_DOTFILES_EXTRA_PLUGINS" ]]; then
antibody bundle < "$DOTFILES/antibody_plugins_extra.txt"
fi
# Setup oh-my-zsh path
export ZSH="$(antibody path robbyrussell/oh-my-zsh)"