From 50f8012ed9e911c9a73fc860416123f138786c24 Mon Sep 17 00:00:00 2001 From: bretello Date: Mon, 17 Jul 2017 02:43:42 +0200 Subject: [PATCH] Removed brew from default plugins --- brethil_dotfile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index facca6f..a7b1c98 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -2,7 +2,7 @@ env ZSH=$ZSH DISABLE_UPDATE_PROMPT=$DISABLE_UPDATE_PROMPT zsh -f $DOTFILES/check_for_update.sh # oh-my-zsh plugins (some of these have to be installed by running install.sh or install_zsh_plugins, found in install.sh) -shared_plugins=(git brew common-aliases fast-syntax-highlighting zsh-autosuggestions colored-man-pages zsh-navigation-tools zsh_reload sudo alias-tips) +shared_plugins=(git alias-tips sudo common-aliases fast-syntax-highlighting zsh-autosuggestions colored-man-pages zsh-navigation-tools zsh_reload ) uname=$(uname -a) if [[ $uname == *"Darwin"* ]]; then