Mercurial > ec-dotfiles
view bin/install-vim-rails @ 644:485c0f09d01f
Exclude ruby from custom inputrc
Rather broken with latest ruby readline implementation.
author | nanaya <me@nanaya.pro> |
---|---|
date | Sun, 19 Jul 2020 21:48:27 +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 )