Mercurial > ec-dotfiles
view bin/install-vim-rails @ 449:e9b25cf035d9
Added git co alias.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Fri, 01 Feb 2013 19:39:27 +0700 |
parents | 214df22d4d9e |
children |
line wrap: on
line source
#!/bin/sh set -e set -u ( cd ~/.vim/bundle test -d vim-rails || git clone git://github.com/tpope/vim-rails.git )