Skip to content

Commit 54fb381

Browse files
committed
Update .envrc
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 2f561f5 commit 54fb381

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.envrc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
#!/usr/bin/env bash
12
# shellcheck shell=bash
2-
NODE_VERSIONS="${HOME}/.nvm/versions/node"
3-
NODE_VERSION_PREFIX="v"
3+
export NODE_VERSIONS="${HOME}/.nvm/versions/node"
4+
export NODE_VERSION_PREFIX="v"
45
use node
56
layout node
7+
corepack enable

0 commit comments

Comments
 (0)