prezto_config/plugins/git/hub.zsh

9 lines
121 B
Bash

# Hub by defunkt
# https://github.com/defunkt/hub
if (( $+commands[hub] )); then
function git() {
hub "$@"
}
fi