github now uses hub

http://chriswanstrath.com/hub/
This commit is contained in:
Sven Lito 2010-11-19 19:38:17 +00:00
commit 01d79d8308

View file

@ -3,6 +3,7 @@ fpath=($ZSH/plugins/github $fpath)
autoload -U compinit autoload -U compinit
compinit -i compinit -i
# git + hub = github # git + hub = github
# https://github.com/defunkt/hub # https://github.com/defunkt/hub
function git() function git()
@ -12,4 +13,4 @@ function git()
else else
git "$@" git "$@"
fi fi
} }