This commit is contained in:
Artem Sapegin 2013-02-12 00:21:51 +04:00
parent 060cc46a96
commit 8522970943
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ alias oo="open ."
alias e="subl"
alias gh="github"
alias +x="chmod +x"
alias g="ack -ri"
# Detect which `ls` flavor is in use
if ls --color > /dev/null 2>&1; then # GNU `ls`

View File

@ -55,6 +55,7 @@ cd -
# Everything else
brew install unrar
brew install ack
# Node.js
brew install node