aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/app/app.go
diff options
context:
space:
mode:
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,
},