Skip to content

Commit

Permalink
update integration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Nov 29, 2023
1 parent 07ccf55 commit 8c041ad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions www/frontend/docs/user-guide/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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",
Expand Down

0 comments on commit 8c041ad

Please sign in to comment.