Skip to content

Commit

Permalink
Remove Node.js installer. Remove installbrew.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Sep 26, 2011
1 parent 1c92e10 commit ef6402a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions bashrc.reid-Darwin
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,4 @@ if inpath brew; then
yg () {
brew list | grep "$@"
}
else
alias brew="installbrew"
fi

if ! inpath node; then
node () {
echo "nodejs isn't installed! Would you like to install it?"
prompt && brew install node && prof
}
alias jslint="node"
fi

0 comments on commit ef6402a

Please sign in to comment.