From 21667b2578cdca0cacf0b0fb9713e9d377d621fd Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Mon, 3 Feb 2020 15:36:10 -0700 Subject: Updating install script --- install-plugins.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-plugins.sh b/install-plugins.sh index 4ed3d47..9885243 100755 --- a/install-plugins.sh +++ b/install-plugins.sh @@ -1,6 +1,6 @@ -#!/bin/bash +#!/usr/bin/env bash # This script is simply for automating the downloading of the vim plugins echo "Installing Plugins" -vim -i NONE -c VundleInstall -c quitall > /dev/null 2>&1 +vim -i NONE -c PlugInstall -c quitall > /dev/null 2>&1 echo "Done Installling Plugins" -- cgit v1.2.3