Skip to content

Configuration

name default
title "bash"
buttons "macos" "macos", "windows"
prompt_literal_start ["$"]
1
2
3
4
5
6
plugins:
  - termynal:
      title: bash
      buttons: macos
      prompt_literal_start:
        - "$"

You can override configurations for each block. If you set a part of the settings, the other part will be set to the default value.

<!-- termynal: {"prompt_literal_start": ["$", ">>>", "PS >"], title: powershell, buttons: windows} -->

1
2
3
4
```
PS > python
>>> import json
```
pythonimport json