From b7c33e51040c571ef531a5b0c9fa7fc5497f6a89 Mon Sep 17 00:00:00 2001 From: David Todd Date: Fri, 24 May 2019 13:04:07 -0500 Subject: [PATCH] add jsontools --- shell/zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/zshrc b/shell/zshrc index 07a13a1..ecc7a2c 100644 --- a/shell/zshrc +++ b/shell/zshrc @@ -74,7 +74,8 @@ plugins=(git \ catimg \ fancy-ctrl-z \ emoji \ - aws) + aws \ + jsontools) # Load oh-my-zsh source $ZSH/oh-my-zsh.sh