Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh

Conflicts:
	.gitignore
	lib/directories.zsh
	lib/termsupport.zsh
	lib/theme-and-appearance.zsh
	oh-my-zsh.sh
	plugins/git/git.plugin.zsh
	plugins/osx/osx.plugin.zsh
This commit is contained in:
Sven Lito 2011-04-16 13:20:58 +01:00
commit e0ca1b0f68
52 changed files with 976 additions and 101 deletions

View file

@ -1,3 +1,10 @@
# hub alias from defunkt
# https://github.com/defunkt/hub
if [ "$commands[(I)hub]" ]; then
# eval `hub alias -s zsh`
function git(){hub "$@"}
fi
# add github completion function to path
fpath=($ZSH/plugins/github $fpath)
autoload -U compinit