plugins/github/github.plugin.zsh
911837c4
 # Setup hub function for git, if it is available; http://github.com/defunkt/hub
 if [ "$commands[(I)hub]" ] && [ "$commands[(I)ruby]" ]; then
f0922006
     # eval `hub alias -s zsh`
     function git(){hub "$@"}
9406ae79
 fi