From 3b81af2c1f5a2c3e59c1631f34a422a932da0eb4 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 5 Nov 2017 21:52:26 +0000 Subject: [PATCH] moar plugins! --- modules/shell/files/.zshrc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/modules/shell/files/.zshrc b/modules/shell/files/.zshrc index 2915f79..b8eeafa 100644 --- a/modules/shell/files/.zshrc +++ b/modules/shell/files/.zshrc @@ -2,7 +2,18 @@ export ZSH=/usr/share/oh-my-zsh/ # Plugins -plugins=(django pip pyenv python common-aliases gitfast zsh-completions extract) +plugins=( + django + jsontools + nyan + pip + pyenv + python + common-aliases + gitfast + zsh-completions + extract +) # Enable oh-my-zsh source $ZSH/oh-my-zsh.sh