From 8c041ad28dab2c94e634f58aa527704d67ec3513 Mon Sep 17 00:00:00 2001 From: pomdtr Date: Wed, 29 Nov 2023 15:06:24 +0100 Subject: [PATCH] update integration docs --- www/frontend/docs/user-guide/integrations.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www/frontend/docs/user-guide/integrations.md b/www/frontend/docs/user-guide/integrations.md index 0ec84da5..4edef046 100644 --- a/www/frontend/docs/user-guide/integrations.md +++ b/www/frontend/docs/user-guide/integrations.md @@ -6,7 +6,7 @@ Here is a non-exhaustive list of integrations. If you have an integration you wo ## Terminals -## Hyper (MacOS Only) +### Hyper ![](../../assets/hyper.jpeg) @@ -25,8 +25,7 @@ module.exports = { config: { fontSize: 13, padding: '10px', - shell: '/bin/zsh', - shellArgs: ['--login', '-c', 'sunbeam'], + shellArgs: ['-lic', 'sunbeam'], // these envs are used by sunbeam actions, make sure to customize them if needed env: { "EDITOR": "vim",