5 lines
88 B
Plaintext
5 lines
88 B
Plaintext
# nvm
|
|
if [ -e /usr/share/nvm/init-nvm.sh ] ; then
|
|
source /usr/share/nvm/init-nvm.sh
|
|
fi
|