1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-06 02:39:43 +00:00
prezto/plugins/github/github.plugin.zsh

7 lines
153 B
Bash
Raw Normal View History

# hub alias from defunkt
# https://github.com/defunkt/hub
2011-03-19 14:29:22 +00:00
if [ "$commands[(I)hub]" ]; then
# eval `hub alias -s zsh`
function git(){hub "$@"}
fi