From 4892beefc18d409dcb99b27e0980df4537cad692 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 20 Jun 2026 01:31:07 +0900 Subject: cmd/app: optionally override configured command Useful for multiple applications sharing state. Signed-off-by: Ophestra --- cmd/app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/app/app.go') 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, }, -- cgit v1.3.1