From 46f08706bfdb21e3a4cbdd53deff83a40f082426 Mon Sep 17 00:00:00 2001 From: "David Todd (c0de)" Date: Sat, 10 Feb 2018 19:43:52 -0600 Subject: [PATCH] :3 --- shell/zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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