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

added hub plugin from defunkt

parent 8883ace7
# hub alias from defunkt
# https://github.com/defunkt/hub
if [ $( which hub > /dev/null 2>&1 ; echo -n $? ) -lt 1 ]; then
eval $( hub alias -s $( ps -o comm= -p $$ ) )
fi
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