Browse code

added hub plugin from defunkt

Theodore Robert Campbell Jr authored on 01/03/2011 at 06:04:10
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,5 @@
0
+# hub alias from defunkt
1
+# https://github.com/defunkt/hub
2
+if [ $( which hub > /dev/null 2>&1 ; echo -n $? ) -lt 1 ]; then
3
+    eval $( hub alias -s $( ps -o comm= -p $$ ) )
4
+fi