1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-23 12:16:14 +00:00
prezto/plugins/github/init.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