Skip to content

Instantly share code, notes, and snippets.

View pushcx's full-sized avatar

Peter Bhat Harkins pushcx

View GitHub Profile
[user]
name = Peter Harkins
email = ph@push.cx
[color]
ui = auto
[alias]
a = add
aa = add --all
ai = add --interactive
ap = add --patch
@pushcx
pushcx / .vimrc
Created March 1, 2013 14:51
My config file
" preliminaries {{{
" vim: foldmethod=marker
set nocompatible " real ultimate power
let mapleader=","
call pathogen#infect()
syntax on
filetype plugin indent on