Skip to content

Commit 07f64b5

Browse files
committed
test
1 parent 5f66eec commit 07f64b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/update_lockfile.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ if [[ -d "$NVIM_CONFIG_DIR" ]]; then
2828
mv "$NVIM_CONFIG_DIR" "$NVIM_CONFIG_DIR.backup"
2929
fi
3030

31+
export XDG_CACHE_HOME="$HOME"/.cache
32+
3133
git clone https://github.com/CharlesChiuGit/nvimdots.lua.git "$NVIM_CONFIG_DIR"
3234

3335
printf "${tty_bold}Finished installing Nvim config!${tty_reset}\n\n"

0 commit comments

Comments
 (0)