github.plugin.zsh 203 B

12345
  1. # Setup hub function for git, if it is available; http://github.com/defunkt/hub
  2. if [ "$commands[(I)hub]" ] && [ "$commands[(I)ruby]" ]; then
  3. # eval `hub alias -s zsh`
  4. function git(){hub "$@"}
  5. fi