prezto_config/plugins/git/hub.zsh

9 lines
121 B
Bash
Raw Normal View History

2011-08-31 05:16:15 +02:00
# Hub by defunkt
# https://github.com/defunkt/hub
2011-08-31 05:16:15 +02:00
if (( $+commands[hub] )); then
function git() {
hub "$@"
}
fi
2011-08-31 05:16:15 +02:00