From ba2d1a5afd3e79ed33a194b78a1916ff3114802e Mon Sep 17 00:00:00 2001 From: James Walker Date: Sun, 30 Sep 2018 21:58:35 -0400 Subject: [PATCH] remove deprecated omz plugins --- home/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.zshrc b/home/.zshrc index 22dbd44..4276b19 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -39,7 +39,7 @@ plugins=($plugins drush composer) # Platform specific settings case "$OSTYPE" in darwin*) - plugins=($plugins brew brew-cask osx) + plugins=($plugins osx) ;; linux*) plugins=($plugins deb)