dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 87ab9efc619a5c134b432a2cdee30556a8bc4212
parent 30099e96c7e8fa3883c1dd3a32d72ca5d07cbd88
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Mon, 21 Oct 2013 21:52:47 +0200

Merge branch 'master' of https://github.com/anders-dc/dotfiles

Diffstat:
M.signature | 5++---
M.vimrc | 4++--
2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/.signature b/.signature @@ -1,6 +1,5 @@ -Anders Damsgaard Christensen +Anders Damsgaard Ph.D. student, Dept. of Geoscience, Aarhus University, Denmark anders.damsgaard@geo.au.dk (work) | andersd@riseup.net (private) Contact info: https://cs.au.dk/~adc | Blog: http://anders-dc.github.io -PGP public key (private): http://cs.au.dk/~adc/adc.gpg (new key, 2013-02-14) -PGP public key (work): http://cs.au.dk/~adc/adc-work.gpg (new key, 2013-02-13) +PGP public key: https://cs.au.dk/~adc/adc.gpg (new key, 2013-02-14) diff --git a/.vimrc b/.vimrc @@ -106,8 +106,8 @@ endif set dictionary+=/usr/share/dict/words " Vim Powerline -let g:Powerline_symbols = 'fancy' -"let g:Powerline_symbols = 'unicode' +"let g:Powerline_symbols = 'fancy' +let g:Powerline_symbols = 'unicode' " Define other file types autocmd! BufNewFile,BufRead *.pde setlocal ft=arduino