diff --git a/antibody_plugins_extra.txt b/antibody_plugins_extra.txt deleted file mode 100644 index a6a9622..0000000 --- a/antibody_plugins_extra.txt +++ /dev/null @@ -1 +0,0 @@ -robbyrussell/oh-my-zsh path:plugins/kubectl diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index 8547e8b..e2c44f6 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -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)"