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

Commit 4c12c44

Browse files
committed
remove relative node_modules .bin from PATH
1 parent 0e61a57 commit 4c12c44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

templates/nodejs.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ export PATH=$NODENV_ROOT/bin:$PATH
88
# Load nodenv
99
eval "$(nodenv init -)"
1010

11-
export PATH=./node_modules/.bin:$PATH
12-
1311
# Helper for shell prompts and the like
1412
current_node() {
1513
echo "$(nodenv version-name)"

0 commit comments

Comments
 (0)