updated to add nvm

moveTools
Adam Veldhousen 9 years ago
parent 360c66c48b
commit 3bac2763d5
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B

@ -50,8 +50,4 @@ shopt -s cdspell # Corrects minor spelling errors when cd-ing
set -o vi # Set prompt to vi mode
set -o notify # Report status of terminated background jobs immediately
if [ $OSTYPE = "linux-gnu" ]; then
ulimit -n 1000000 unlimited
fi
printmotd

@ -38,3 +38,7 @@ fi
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
if [ -d ~/.nvm ]; then
. ~/.nvm/nvm.sh
fi

Loading…
Cancel
Save