From c498d3671479330a0e7314f77a2ec970ed21eaf6 Mon Sep 17 00:00:00 2001 From: c0de Date: Thu, 22 Jun 2017 22:10:25 -0500 Subject: [PATCH] Make plugin list multiline Also install wp-cli --- shell/zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shell/zshrc b/shell/zshrc index 19ec92f..36ffc22 100644 --- a/shell/zshrc +++ b/shell/zshrc @@ -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