diff options
author | Rémi Gérard-Marchant <hello@remitbri.com> | 2014-11-02 19:55:44 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-11-03 21:01:46 +0100 |
commit | 7010a15b06f0762e44db85a5eac8d7be89cbfa2a (patch) | |
tree | f3e12c7693529a1b6b825f16cdfd4e2b68735b9c | |
parent | f0997a53bf10afdf3f09af8a9728c173c5dabfe1 (diff) | |
download | dotfiles-7010a15b06f0762e44db85a5eac8d7be89cbfa2a.tar.gz dotfiles-7010a15b06f0762e44db85a5eac8d7be89cbfa2a.tar.bz2 dotfiles-7010a15b06f0762e44db85a5eac8d7be89cbfa2a.zip |
.aliases: Remove npmjs.eu reference
See the deprecation notice: http://npmjs.eu/
Closes #448.
-rw-r--r-- | .aliases | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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/" |