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');