changed nvchad_path

This commit is contained in:
Pocco81 2021-08-04 17:19:38 -05:00
parent 45bf74bc03
commit 9e7bec1198
1 changed files with 2 additions and 3 deletions

View File

@ -11,8 +11,7 @@ BACKUP_PATH="/tmp/nvchad/"
TMP_NVCHAD="/tmp/nvchad_updates/" TMP_NVCHAD="/tmp/nvchad_updates/"
skip=0 skip=0
# nvchad_path="$HOME/.config/nvim/" nvchad_path="$HOME/.config/nvim/"
nvchad_path="/tmp/test_chad/"
do_startup="true" do_startup="true"
dependencies=( dependencies=(
"git" "git"
@ -360,4 +359,4 @@ init() {
fi fi
} }
init "${@}" init "${@}"