Change the default command for non-windows os to be bash -l
This commit is contained in:
parent
d1153e58ba
commit
d66723ba10
|
@ -48,7 +48,7 @@ function normalizeConfig(config) {
|
|||
if (di.os.platform() === 'win32') {
|
||||
di.utility.changeYAMLValue(config, 'command', 'powershell.exe');
|
||||
} else {
|
||||
di.utility.changeYAMLValue(config, 'command', 'bash');
|
||||
di.utility.changeYAMLValue(config, 'command', 'bash -l');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue