mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
desktop: bring back -i in sidecar arguments
shell configs like .zshrc don't get loaded without it
This commit is contained in:
parent
7867ba441f
commit
92ab4217c2
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ pub fn spawn_command(
|
|||
};
|
||||
|
||||
let mut cmd = Command::new(shell);
|
||||
cmd.args(["-l", "-c", &line]);
|
||||
cmd.args(["-il", "-c", &line]);
|
||||
|
||||
for (key, value) in envs {
|
||||
cmd.env(key, value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue