view bin/install-vim-rails @ 689:a9fbb21ab09c

[setup] shellcheck-ed
author nanaya <me@nanaya.pro>
date Fri, 21 Oct 2022 20:21:47 +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
)