Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #56 from DanielWright/patch-1
Browse files Browse the repository at this point in the history
Fixes nodejs.sh
  • Loading branch information
blackjid committed Sep 28, 2015
2 parents 2ff0442 + a807f4b commit a575866
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/nodejs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ export PATH=$NODENV_ROOT/bin:$PATH
# Load nodenv
eval "$(nodenv init -)"

export PATH=./node_modules/.bin:$PATH

# Helper for shell prompts and the like
current_node() {
echo "$(nodenv version-name)"
echo "$(nodenv version)"
}

0 comments on commit a575866

Please sign in to comment.