1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-01 17:30:28 +00:00
prezto/plugins/git/hub.zsh
2012-01-23 20:40:57 -05:00

9 lines
121 B
Bash

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