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

11 lines
132 B
Bash
Raw Normal View History

2011-08-30 23:16:15 -04:00
# Aliases
# Hub by defunkt
# https://github.com/defunkt/hub
2011-08-30 23:16:15 -04:00
if (( $+commands[hub] )); then
function git() {
hub "$@"
}
fi
2011-08-30 23:16:15 -04:00