prezto_config/plugins/github/init.zsh

11 lines
132 B
Bash
Raw Normal View History

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