.aliases: Remove npmjs.eu reference

See the deprecation notice: http://npmjs.eu/

Closes #448.
This commit is contained in:
Rémi Gérard-Marchant
2014-11-03 21:01:46 +01:00
committed by Mathias Bynens
parent f0997a53bf
commit 7010a15b06
-3
View File
@@ -139,6 +139,3 @@ alias afk="/System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resource
# Reload the shell (i.e. invoke as a login shell)
alias reload="exec $SHELL -l"
# Faster npm for Europeans
command -v npm > /dev/null && alias npme="npm --registry http://registry.npmjs.eu/"