From d56f35d14c96c6a8e3e6197825f4b66e6b2312a0 Mon Sep 17 00:00:00 2001 From: James Walker Date: Mon, 17 Jun 2019 09:48:41 -0400 Subject: [PATCH] feat: add gatsby + RN plugins --- home/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.zshrc b/home/.zshrc index 9540bb9..9390a8a 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -25,7 +25,7 @@ plugins=(asdf autojump aws extract command-not-found tmux tmuxinator git github plugins=($plugins ruby gem rails bundler heroku) # node -plugins=($plugins npm yarn) +plugins=($plugins npm yarn gatsby react-native) # python plugins=($plugins pip)