From 9bdbd1774dc8798cff3f0bd0485b8b5e4899b2c6 Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 1 Oct 2021 16:38:53 +0200 Subject: [PATCH] zsh: remove antibody extra plugins --- antibody_plugins_extra.txt | 1 - brethil_dotfile.sh | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 antibody_plugins_extra.txt 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)"