From d1af95e3ae7651471e31c9cc1ce395d914d77d5a Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sat, 28 Oct 2023 13:55:40 -0400 Subject: [PATCH] change bash path --- configs/scripts/install-nvim-from-source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/scripts/install-nvim-from-source b/configs/scripts/install-nvim-from-source index c424413..8ede3be 100755 --- a/configs/scripts/install-nvim-from-source +++ b/configs/scripts/install-nvim-from-source @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash set -e echo "You have chosen to isntall neovim from source."