Mercurial > ec-dotfiles
view bin/install-vim-rails @ 471:9af2e1cd964e
Add test for $HOME writability.
| author | edogawaconan <me@myconan.net> |
|---|---|
| date | Sun, 14 Jul 2013 02:01:09 +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 )
