From 881296f0f7b83ceb2e5e684a90df107eda3f5344 Mon Sep 17 00:00:00 2001 From: Aleksey Date: Fri, 15 Dec 2023 19:12:34 +0000 Subject: [PATCH] small fix to bootstrap --- zbootstrap.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zbootstrap.zsh b/zbootstrap.zsh index 6fdf24d..23ed7f1 100644 --- a/zbootstrap.zsh +++ b/zbootstrap.zsh @@ -1,6 +1,6 @@ function zlibs_install() { - git clone --branch master https://git.brass.host/tea/zshlibs.git + git clone --branch master https://git.brass.host/tea/zshlibs.git "${HOME}/.local/zshlibs" } if [[ -z ${zshlibs_install} ]] then