run load-nvmrc on source to ensure correct Node is used

This commit is contained in:
Nick Nisi
2016-04-28 15:20:35 -05:00
parent ae0f9b94f8
commit 49551e118b

View File

@@ -75,6 +75,8 @@ if hash brew 2>/dev/null; then
source `brew --prefix`/etc/profile.d/z.sh
fi
# when sourcing, check and ensure that the correct Node version is set
load-nvmrc
# Base16 Shell
# if [ -z "$THEME" ]; then