view bin/install-vim-rails @ 530:0ab0820fd528

Red-colored prompt for root?
author edogawaconan <me@myconan.net>
date Fri, 17 Oct 2014 10:23:36 +0900
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
)