vscode url: use devel dir
This commit is contained in:
parent
b66651422c
commit
c204cfe92f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ preg_match('|/(?<repo>[^/]*)\.git$|', $remote, $res);
|
|||
|
||||
$repo = $res['repo'];
|
||||
|
||||
chdir("{{.chezmoi.homeDir }}/jopixel/");
|
||||
chdir("{{.chezmoi.homeDir }}/devel/");
|
||||
exec("git clone '$remote'");
|
||||
chdir($repo);
|
||||
pcntl_exec('/bin/zsh');
|
||||
|
|
Loading…
Add table
Reference in a new issue