This repository has been archived on 2022-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
prezto/plugins/github/init.zsh
2012-01-23 20:40:39 -05:00

11 lines
132 B
Bash

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