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