Skip to content

Commit

Permalink
load nvm in scripts/add
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Nov 11, 2020
1 parent 847b3d4 commit ec0e210
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/add
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion

FOLDER=$1
GIT_URL=$2
Expand Down

0 comments on commit ec0e210

Please sign in to comment.