"vscode:/vscode.git/clone" did not exist on "b6f629dc1c63c354d1e635f36a0f016554354a86"
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