diff options
author | Mathias Bynens <mathias@qiwi.be> | 2015-03-12 13:31:07 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2015-03-12 13:32:10 +0100 |
commit | 98d67fca5c9f0448a5eb049e50f025b109dac5af (patch) | |
tree | 58bdff00b6cbca4f3fa684aa03afc6fa717a1976 | |
parent | ee673f4aac014a4cf4877caf99d278b4d2fe111f (diff) | |
download | dotfiles-98d67fca5c9f0448a5eb049e50f025b109dac5af.tar.gz dotfiles-98d67fca5c9f0448a5eb049e50f025b109dac5af.tar.bz2 dotfiles-98d67fca5c9f0448a5eb049e50f025b109dac5af.zip |
.aliases: Remove `use-iojs` and `use-node` in favor of nvm
https://github.com/creationix/nvm
-rw-r--r-- | .aliases | 4 | ||||
-rwxr-xr-x | brew.sh | 7 |
2 files changed, 0 insertions, 11 deletions
@@ -139,7 +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" - -# Easily switch between `io.js` and `Node.js` -alias use-iojs="brew unlink node && brew link --force iojs" -alias use-node="brew unlink iojs && brew link --force node" @@ -95,12 +95,5 @@ brew install tree brew install webkit2png brew install zopfli -# Install Node.js. Note: this installs `npm` too, using the recommended -# installation method. -brew install node - -# Install io.js -brew install iojs - # Remove outdated versions from the cellar. brew cleanup |