github.plugin.zsh 231 Bytes
Newer Older
1
2
3
4
5
6
# hub alias from defunkt
# https://github.com/defunkt/hub
if which hub > /dev/null; then
    eval $(hub alias -s zsh)
fi

Sven Lito's avatar
Sven Lito committed
7
8
9
10
# add github completion function to path
fpath=($ZSH/plugins/github $fpath)
autoload -U compinit
compinit -i