diff --git a/shell/zshrc b/shell/zshrc index 36ffc22..3ed321c 100644 --- a/shell/zshrc +++ b/shell/zshrc @@ -65,7 +65,8 @@ COMPLETION_WAITING_DOTS="true" # Add wisely, as too many plugins slow down shell startup. plugins=(git \ virtualenvwrapper \ - wp-cli) + wp-cli \ + nyan) # Load oh-my-zsh source $ZSH/oh-my-zsh.sh