Skip to content

Instantly share code, notes, and snippets.

View robb-broome's full-sized avatar

Robb Broome robb-broome

View GitHub Profile
<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:apps='http://schemas.google.com/apps/2006'>
<title>Mail Filters</title>
<id>tag:mail.google.com,2008:filters:1458242725424,1458243461421,1458245451393,1458245562106,1458245652363</id>
<updated>2016-03-18T18:49:01Z</updated>
<author>
<name>Robb Broome</name>
<email>robb.broome@avant.com</email>
</author>
<entry>
<category term='filter'></category>
[hub]
protocol = https
[user]
name = robb-broome
email = robb@teamvoice.com
[credential]
helper = osxkeychain
[alias]
cam = commit --amend --no-edit
promote = !$ZSH/bin/git-promote
" Use Vim settings, rather then Vi settings (much better!).
" This must be first, because it changes other options as a side effect.
set nocompatible
set hidden
filetype off
" vundle changes
set rtp+=$HOME/.vim/bundle/Vundle.vim
call vundle#begin()