# Auto detect the NVM_DIR using magic bash 3.x stuff
if[ ! -d "$NVM_DIR"];then
exportNVM_DIR=$(dirname ${BASH_ARGV[0]})
fi
# Emulate curl with wget, if necessary
if[ ! `which curl`];then
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.