prezto/plugins/github/github.plugin.zsh
2011-09-14 01:35:51 -04:00

10 lines
132 B
Bash

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