Update README.md

This commit is contained in:
Will McGugan
2023-09-06 10:26:17 +01:00
committed by GitHub
parent 46a082fed6
commit 2cd81053c7

View File

@@ -124,6 +124,13 @@ You can also add terminals to the configuration file, in a similar way.
This will launch a terminal with your current shell. This will launch a terminal with your current shell.
You can also add a `command` value to run a command other than your shell. You can also add a `command` value to run a command other than your shell.
For instance, lets say we want to server the HTOP command.
We could add the following to the configuration:
```toml
[terminal.HTOP]
command = "htop"
```
## Accounts ## Accounts