1
0
Fork 0

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

pull/1/merge
Theodore Robert Campbell Jr 14 years ago committed by Robby Russell
parent 277057cb63
commit 9406ae7929

@ -1,3 +1,9 @@
# 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

Loading…
Cancel
Save