Fix manpage docs for shell section

Closes #7087.

Co-authored-by: Kirill Chibisov <contact@kchibisov.com>
This commit is contained in:
Christian Duerr 2023-07-20 15:27:31 +02:00 committed by GitHub
parent 044d922601
commit bf671412ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -24,6 +24,15 @@ This section documents the root level of the configuration file.
All imports must either be absolute paths starting with _/_, or paths
relative to the user's home directory starting with _~/_.
*shell* <string> | { program = <string>, args = [<string>,] }
You can set _shell.program_ to the path of your favorite shell, e.g.
_/bin/zsh_. Entries in _shell.args_ are passed as arguments to the shell.
Default:
Linux/BSD/macOS: _$SHELL_ or the user's login shell, if _$SHELL_ is unset++
Windows: _"powershell"_
*working_directory* <string> | "None"
Directory the shell is started in. When this is unset, or _None_, the
@ -525,15 +534,6 @@ This section documents the *[cursor]* table of the configuration file.
Default: _0.15_
*shell* <string> | { program = <string>, args = [<string>,] }
You can set _shell.program_ to the path of your favorite shell, e.g.
_/bin/zsh_. Entries in _shell.args_ are passed as arguments to the shell.
Default:
Linux/BSD/macOS: _$SHELL_ or the user's login shell, if _$SHELL_ is unset++
Windows: _"powershell"_
# Mouse
This section documents the *[mouse]* table of the configuration file.