mirror of
https://github.com/sorin-ionescu/prezto.git
synced 2025-02-03 21:52:16 +08:00
9 lines
121 B
Bash
9 lines
121 B
Bash
# Hub by defunkt
|
|
# https://github.com/defunkt/hub
|
|
if (( $+commands[hub] )); then
|
|
function git() {
|
|
hub "$@"
|
|
}
|
|
fi
|
|
|