From 631d6ba92ece83c803ec32ff0f9e3f444d98501e Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 12 Mar 2023 16:32:26 +0530 Subject: [PATCH] use full path for Vim --- scripts/pratham-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pratham-setup.sh b/scripts/pratham-setup.sh index b2bcc36..e88f932 100755 --- a/scripts/pratham-setup.sh +++ b/scripts/pratham-setup.sh @@ -95,7 +95,7 @@ Host git.thefossguy.com EOF cat $HOME/.ssh/gitea.pub echo -e "\n\n\n\nPopulate Hostname (IP addr) for \"git.thefossguy.com\" in ~/.ssh/config" - vim ~/.ssh/config + /usr/bin/vim ~/.ssh/config fi