remove deprecated omz plugins

This commit is contained in:
2018-09-30 21:58:35 -04:00
parent 899450130c
commit ba2d1a5afd

View File

@ -39,7 +39,7 @@ plugins=($plugins drush composer)
# Platform specific settings # Platform specific settings
case "$OSTYPE" in case "$OSTYPE" in
darwin*) darwin*)
plugins=($plugins brew brew-cask osx) plugins=($plugins osx)
;; ;;
linux*) linux*)
plugins=($plugins deb) plugins=($plugins deb)