This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [user] | |
| name = Peter Harkins | |
| email = ph@push.cx | |
| [color] | |
| ui = auto | |
| [alias] | |
| a = add | |
| aa = add --all | |
| ai = add --interactive | |
| ap = add --patch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " preliminaries {{{ | |
| " vim: foldmethod=marker | |
| set nocompatible " real ultimate power | |
| let mapleader="," | |
| call pathogen#infect() | |
| syntax on | |
| filetype plugin indent on |
NewerOlder