view bin/install-vim-nerdtree @ 628:7bcc81f6b210

Correct os version check
author nanaya <me@nanaya.pro>
date Sun, 30 Jun 2019 20:31:45 +0900
parents f1550e3f0aee
children
line wrap: on
line source

#!/bin/sh

set -e
set -u

(
  cd ~/.vim/bundle
  test -d nerdtree || git clone https://github.com/scrooloose/nerdtree.git
)