I hereby claim:
- I am adrianrego on github.
- I am adrianrego (https://keybase.io/adrianrego) on keybase.
- I have a public key ASCf_ASAhKul5tVNR5WVgR0vPBNQ2jnSr_9iP3x601QOnQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| " Override existing colorscheme with version found in | |
| " ~/.janus/<colorscheme>/colors/<colorscheme>.vim | |
| if exists("g:colors_name") | |
| let color_override = expand('~/.janus/' . g:colors_name . '/colors/' . g:colors_name . '.vim') | |
| if filereadable(color_override) | |
| exe 'source ' . color_override | |
| endif | |
| endif |
| Day job: | |
| Django/GIS developer | |
| Favorite Python project: | |
| Django/GeoDjango | |
| Favorite Conference: | |
| Future of Web Apps | |
| Python Experience Level: |
| <html> | |
| <head> | |
| <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
| <title>CF Locations</title> | |
| </head> | |
| <body> | |
| <form action="" method="get" accept-charset="utf-8"> | |
| <label for="zip">Enter your zipcode</label> | |
| <input type="text" value="" id="zip" name="zip" /> |
| **************************************** | |
| * Installing snipmate * | |
| **************************************** | |
| ** Invoke snipmate:install (first_time) | |
| ** Invoke snipmate:pull (first_time) | |
| ** Invoke /Users/adrian/.vim/tmp/snipmate (first_time) | |
| ** Invoke tmp (not_needed) | |
| ** Execute /Users/adrian/.vim/tmp/snipmate | |
| git clone git://github.com/msanders/snipmate.vim.git /Users/adrian/.vim/tmp/snipmate |