Skip to content

Commit 4db38b8

Browse files
tweaks
1 parent f87e0e8 commit 4db38b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Clone this repo.
1010
Run setup.sh once. Creates symlinks in ~
1111

1212
```bash
13-
$ ./setup.sh
13+
$ bash ./setup.sh
1414
```
1515

1616
## zsh

tools/node.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
export NVM_DIR="$HOME/.nvm"
33
if [ -d ${NVM_DIR} ]; then
44
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
5+
nvm use 14
56
fi
67

78
nodePath=`which node`

0 commit comments

Comments
 (0)