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