aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/app/app.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-06-20 01:31:07 +0900
committerOphestra <cat@gensokyo.uk>2026-06-20 01:31:07 +0900
commit4892beefc18d409dcb99b27e0980df4537cad692 (patch)
tree7047e1a0ab668298154a4453f3235e6faf494012 /cmd/app/app.go
parent7ab54b8c94df425e541b0ee00b871a9c7d0dc64e (diff)
cmd/app: optionally override configured command
Useful for multiple applications sharing state. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/app/app.go')
-rw-r--r--cmd/app/app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/app/app.go b/cmd/app/app.go
index 7dd8b651..205a0342 100644
--- a/cmd/app/app.go
+++ b/cmd/app/app.go
@@ -80,7 +80,7 @@ func parse(id string, base *check.Absolute, r io.Reader) (*hst.Config, error) {
Shell: shell,
Home: home,
Path: shell,
- Args: []string{"zsh", "-c"},
+ Args: []string{"zsh", "-ic"},
Flags: hst.FCoverRun,
},