1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

Fix shell manpage example

This commit is contained in:
Chris Kaiser 2024-10-31 17:36:27 +01:00 committed by GitHub
parent 0542d9f4f5
commit d552c6b251
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -601,9 +601,7 @@ This section documents the *[terminal]* table of the configuration file.
Windows: _"powershell"_ Windows: _"powershell"_
Example: Example:
*[shell]*++ *shell* = { program = _"/bin/zsh"_, args = [_"-l"_] }
program = _"/bin/zsh"_++
args = [_"-l"_]
*osc52* = _"Disabled"_ | _"OnlyCopy"_ | _"OnlyPaste"_ | _"CopyPaste"_ *osc52* = _"Disabled"_ | _"OnlyCopy"_ | _"OnlyPaste"_ | _"CopyPaste"_