mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-15 00:41:11 +00:00
11 lines
132 B
Bash
11 lines
132 B
Bash
# Aliases
|
|
|
|
# Hub by defunkt
|
|
# https://github.com/defunkt/hub
|
|
if (( $+commands[hub] )); then
|
|
function git() {
|
|
hub "$@"
|
|
}
|
|
fi
|
|
|