From c204cfe92f3023ba532f3991b63d46d5ed36fabb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Dudr?= Date: Tue, 19 Mar 2024 21:14:17 +0100 Subject: [PATCH] vscode url: use devel dir --- bin/executable_handle_vscode.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/executable_handle_vscode.tmpl b/bin/executable_handle_vscode.tmpl index d9845c8..8330eaf 100644 --- a/bin/executable_handle_vscode.tmpl +++ b/bin/executable_handle_vscode.tmpl @@ -15,7 +15,7 @@ preg_match('|/(?[^/]*)\.git$|', $remote, $res); $repo = $res['repo']; -chdir("{{.chezmoi.homeDir }}/jopixel/"); +chdir("{{.chezmoi.homeDir }}/devel/"); exec("git clone '$remote'"); chdir($repo); pcntl_exec('/bin/zsh');