diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-06-20 19:08:47 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-06-20 19:08:47 +0900 |
| commit | 4e09241e5f55ad71d530e1394c37cfe1d46c599e (patch) | |
| tree | 7fe58c8e8ab6055f64aa55cacbedca61402336f1 /cmd/app/app_test.go | |
| parent | bd4b300ea6ab273fb820912851586188d81ff581 (diff) | |
cmd/app: optional interactive shell
Enabling this unconditionally causes the new configuration prompt to be shown when started from a terminal, and is generally less robust than not reading zshrc unless explicitly required.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/app/app_test.go')
| -rw-r--r-- | cmd/app/app_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/app/app_test.go b/cmd/app/app_test.go index 60b2376f..f5e94789 100644 --- a/cmd/app/app_test.go +++ b/cmd/app/app_test.go @@ -112,7 +112,7 @@ talk com.canonical.Unity Home: hst.AbsPrivateTmp.Append("home"), Path: fhs.AbsRoot.Append("bin", "zsh"), Args: []string{ - "zsh", "-ic", + "zsh", "-c", "exec Discord --ozone-platform-hint=wayland", "", }, |
