From 47c47a59c557215a1180735a90d776b4a370a3b4 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Wed, 19 Oct 2016 20:27:50 +0100 Subject: [PATCH] Add yarn global path --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index e974668..15e1943 100644 --- a/zshrc +++ b/zshrc @@ -157,6 +157,9 @@ export GPG_TTY test "$platform" = 'linux' && export PATH="$PATH:/home/jonny/.composer/vendor/bin" test "$platform" = 'osx' && export PATH="$PATH:/Users/jonny/.composer/vendor/bin" +# yarn PATH +export PATH="$PATH:$HOME/.yarn/bin" + # Set the DEFAULT_USER variable to me (jonny) export DEFAULT_USER="jonny"