aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kaiser <102256828+jchriskaiser@users.noreply.github.com>2024-10-31 17:36:27 +0100
committerGitHub <noreply@github.com>2024-10-31 16:36:27 +0000
commitd552c6b251d199b4913754dd25fca330f87651fd (patch)
treef0ced7973842a1a7ea26566f00d0d15c07df04ff
parent0542d9f4f57a8b052234bf8b15d44aef8f90c00a (diff)
downloadalacritty-d552c6b251d199b4913754dd25fca330f87651fd.tar.gz
alacritty-d552c6b251d199b4913754dd25fca330f87651fd.zip
Fix shell manpage example
-rw-r--r--extra/man/alacritty.5.scd4
1 files changed, 1 insertions, 3 deletions
diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd
index 8e92734a..fa0edaaf 100644
--- a/extra/man/alacritty.5.scd
+++ b/extra/man/alacritty.5.scd
@@ -601,9 +601,7 @@ This section documents the *[terminal]* table of the configuration file.
Windows: _"powershell"_
Example:
- *[shell]*++
-program = _"/bin/zsh"_++
-args = [_"-l"_]
+ *shell* = { program = _"/bin/zsh"_, args = [_"-l"_] }
*osc52* = _"Disabled"_ | _"OnlyCopy"_ | _"OnlyPaste"_ | _"CopyPaste"_