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 #63 from msuess/remove_relative_bin
Browse files Browse the repository at this point in the history
remove relative node_modules .bin from PATH
  • Loading branch information
blackjid committed Apr 20, 2016
2 parents 0e61a57 + 4c12c44 commit 8649c78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/nodejs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ 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)"
Expand Down

0 comments on commit 8649c78

Please sign in to comment.