From 23abe74dff7272639d5a91983c9b2397472c3ce6 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Sat, 27 Jan 2018 07:46:15 -0600 Subject: [PATCH] Create 100.yarnpaths.sh --- custompkg/root/etc/skel/Library/bashrc.d/100.yarnpaths.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 custompkg/root/etc/skel/Library/bashrc.d/100.yarnpaths.sh diff --git a/custompkg/root/etc/skel/Library/bashrc.d/100.yarnpaths.sh b/custompkg/root/etc/skel/Library/bashrc.d/100.yarnpaths.sh new file mode 100644 index 0000000..5dbc691 --- /dev/null +++ b/custompkg/root/etc/skel/Library/bashrc.d/100.yarnpaths.sh @@ -0,0 +1 @@ +export PATH+=":$HOME/.yarn/bin" # homebrew's yarn installs to here