5 lines
102 B
Bash
Executable file
5 lines
102 B
Bash
Executable file
# nvm
|
|
if [ -a "$HOME/.nvm/nvm.sh" ]; then
|
|
export NVM_DIR="$HOME/.nvm"
|
|
source "$NVM_DIR/nvm.sh"
|
|
fi
|