mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
Fix manpage docs for shell section
Closes #7087. Co-authored-by: Kirill Chibisov <contact@kchibisov.com>
This commit is contained in:
parent
044d922601
commit
bf671412ce
1 changed files with 9 additions and 9 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue