Mercurial > ec-dotfiles
view bin/install-vim-rails @ 639:c107e18388a2
Probably better diff algorithm
| author | nanaya <me@nanaya.pro> | 
|---|---|
| date | Sat, 29 Feb 2020 23:06:14 +0000 | 
| 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 )
