view bin/install-vim-rails @ 435:4a71d0b1a4c6

Different, more compact style of prompt.
author Edho Arief <edho@myconan.net>
date Sun, 30 Dec 2012 01:56:46 +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
)