1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-10-03 08:22:39 +00:00
prezto/plugins/github/github.plugin.zsh

11 lines
132 B
Bash
Raw Normal View History

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