1 2 3 4 5 6 7 8 9 10
# hub alias from defunkt # https://github.com/defunkt/hub if which hub > /dev/null; then eval $(hub alias -s zsh) fi # add github completion function to path fpath=($ZSH/plugins/github $fpath) autoload -U compinit compinit -i