We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cced5 commit ff840c7Copy full SHA for ff840c7
runners/console/index.ts
@@ -28,7 +28,7 @@ export class Console extends Runner {
28
29
this.executeCommandSync(path.join(installDir, "setup") + " " + path.join(settingsDir, "settings.git").replace(/\\/g, "/"), "", result, "yes");
30
31
- this.executeCommandSync("devon", installDir, result);
+ this.executeCommandSync(". ~/.bashrc", installDir, result);
32
33
return result;
34
}
0 commit comments