Commit f0922006 authored by Theodore Robert Campbell Jr's avatar Theodore Robert Campbell Jr Committed by Robby Russell
Browse files

changes recommended by blueyed

parent 9406ae79
# hub alias from defunkt # hub alias from defunkt
# https://github.com/defunkt/hub # https://github.com/defunkt/hub
if which hub > /dev/null; then if [ "$commands[(I)hub]" ]; then
eval $(hub alias -s zsh) # eval `hub alias -s zsh`
function git(){hub "$@"}
fi fi
# add github completion function to path # add github completion function to path
......
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