jmoiron plays the blues

#38 to dotfiles add ssh_export, a bash function that copies your id_rsa.pub key to a remote server and adds it to authorized keys (requires password input twice); also fix ssup for local paths with spaces
#37 to dotfiles OSX specific changes for vimrc and gvimrc
#36 to dotfiles add some default configuration files for ipython so that this doesn't ruin systems that have never run ipython before
#34 to dotfiles some updates to default .hgignore and bash aliases (add 'serve')
#33 to dotfiles add some osx-specific modifications, mostly for custom brew/python stuff
#32 to dotfiles add surround, modify summerfruit to not be horrible in jinja templates (sorry armin)
#31 to dotfiles add some new color themes, modify flassh to handle 'ssh blah cmd', alter font in vimrc, name in .gitconfig
9cf50683 to iris a little work on the shell side of parsing the queries
3291c3c8 to iris add a true find parser that parses things down to mongo spec documents, field lists, and counts
a9f040a1 to iris add split lexer/parser, more tests for lexer and parser, split completion support on the shell
88e40020 to iris move language bnf out to separate file, create parser & completion.py inside query package
e847918e to iris reorganize query so I can split out parsing with command shell completion support