Make plugin list multiline

Also install wp-cli
This commit is contained in:
c0de 2017-06-22 22:10:25 -05:00
parent 0cab5551f5
commit c498d36714

View File

@ -63,7 +63,9 @@ COMPLETION_WAITING_DOTS="true"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git virtualenvwrapper)
plugins=(git \
virtualenvwrapper \
wp-cli)
# Load oh-my-zsh
source $ZSH/oh-my-zsh.sh