90ce20bf3d8b

Moar.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 01 Jun 2011 13:33:35 -0400
parents f1df95325bce
children da23e486e9b1
branches/tags (none)
files vim/.vimrc zsh/misc.zsh zsh/vagrant.zsh

Changes

--- a/vim/.vimrc	Tue May 31 18:37:57 2011 -0400
+++ b/vim/.vimrc	Wed Jun 01 13:33:35 2011 -0400
@@ -391,6 +391,8 @@
 au BufNewFile,BufRead settings.py  setlocal filetype=python.django
 au BufNewFile,BufRead settings.py  setlocal foldmethod=marker
 au BufNewFile,BufRead forms.py     setlocal filetype=python.django
+au BufNewFile,BufRead common_settings.py  setlocal filetype=python.django
+au BufNewFile,BufRead common_settings.py  setlocal foldmethod=marker
 
 " }}}
 " Nginx {{{
--- a/zsh/misc.zsh	Tue May 31 18:37:57 2011 -0400
+++ b/zsh/misc.zsh	Wed Jun 01 13:33:35 2011 -0400
@@ -3,7 +3,6 @@
 
 alias m='mvim .'
 
-alias v='vagrant'
 alias f='fab'
 alias fd='fab dev'
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/zsh/vagrant.zsh	Wed Jun 01 13:33:35 2011 -0400
@@ -0,0 +1,5 @@
+alias v='vagrant'
+alias vs='vagrant suspend'
+alias vu='vagrant up'
+alias vh='vagrant halt'
+alias vss='vagrant ssh'