Skip to content

Commit 79a4387

Browse files
committed
Add nvm to .zshrc
1 parent 2782856 commit 79a4387

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

zsh/.zshrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,9 @@ if [ -z "${TMPDIR}" ]; then
429429
APPTAINER_CACHEDIR=$TMPDIR
430430
fi
431431

432+
export NVM_DIR="$HOME/.nvm"
433+
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
434+
432435
# -----
433436
# Additional repositories
434437
# -----

0 commit comments

Comments
 (0)