From 98d67fca5c9f0448a5eb049e50f025b109dac5af Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 12 Mar 2015 13:31:07 +0100 Subject: .aliases: Remove `use-iojs` and `use-node` in favor of nvm https://github.com/creationix/nvm --- .aliases | 4 ---- brew.sh | 7 ------- 2 files changed, 11 deletions(-) diff --git a/.aliases b/.aliases index 402535e..daca01b 100644 --- a/.aliases +++ b/.aliases @@ -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" diff --git a/brew.sh b/brew.sh index f8dd989..5d8e3a3 100755 --- a/brew.sh +++ b/brew.sh @@ -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 -- cgit v1.2.3