1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-03 18:10:28 +00:00
prezto/plugins/git/hub.zsh

9 lines
121 B
Bash
Raw Normal View History

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