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
compinit -i
# git + hub = github
# https://github.com/defunkt/hub
function git()
@ -12,4 +13,4 @@ function git()
else
git "$@"
fi
}
}