Commit 9406ae79 authored by Theodore Robert Campbell Jr's avatar Theodore Robert Campbell Jr Committed by Robby Russell

Whoops, this was supposed to be in the last commit!

parent 277057cb
# 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment