From 9e7bec1198ab331ec2e8023b1f6f0c97294f1b75 Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Wed, 4 Aug 2021 17:19:38 -0500 Subject: [PATCH] changed nvchad_path --- install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 3979030..4fdd3fd 100755 --- a/install.sh +++ b/install.sh @@ -11,8 +11,7 @@ BACKUP_PATH="/tmp/nvchad/" TMP_NVCHAD="/tmp/nvchad_updates/" skip=0 -# nvchad_path="$HOME/.config/nvim/" -nvchad_path="/tmp/test_chad/" +nvchad_path="$HOME/.config/nvim/" do_startup="true" dependencies=( "git" @@ -360,4 +359,4 @@ init() { fi } -init "${@}" \ No newline at end of file +init "${@}"