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:
parent
0542d9f4f5
commit
d552c6b251
1 changed files with 1 additions and 3 deletions
|
@ -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"_
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue