Make sure to ignore ~/.curlrc if it exists.

This commit is contained in:
Jordan Harband
2015-05-01 02:00:49 -07:00
parent 517817f1a3
commit a4f89c6223
3 changed files with 7 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ nvm_source() {
nvm_download() {
if nvm_has "curl"; then
curl $*
curl -q $*
elif nvm_has "wget"; then
# Emulate curl with wget
ARGS=$(echo "$*" | command sed -e 's/--progress-bar /--progress=bar /' \