Moved hub into the git plugin.

This commit is contained in:
Sorin Ionescu 2011-10-11 23:13:58 -04:00
commit 60f39d8d91
55 changed files with 531 additions and 528 deletions

8
plugins/git/hub.zsh Normal file
View file

@ -0,0 +1,8 @@
# Hub by defunkt
# https://github.com/defunkt/hub
if (( $+commands[hub] )); then
function git() {
hub "$@"
}
fi