diff --git a/brew b/brew index 1a44ab1..a1fef86 100755 --- a/brew +++ b/brew @@ -36,6 +36,7 @@ brew install git brew install git-flow brew install go brew install heroku-toolbelt +brew install hub brew install leiningen brew install libffi brew install libyaml diff --git a/source/git.zsh b/source/git.zsh index abd4dc1..006f770 100644 --- a/source/git.zsh +++ b/source/git.zsh @@ -1 +1,4 @@ alias ghm='git push heroku master' + +# For "hub" http://hub.github.com/ +eval "$(hub alias -s)"