aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.aliases4
-rwxr-xr-xbrew.sh7
2 files changed, 0 insertions, 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