summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/man/alacritty.5.scd18
1 files changed, 9 insertions, 9 deletions
diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd
index 27e162c2..5d9dde3f 100644
--- a/extra/man/alacritty.5.scd
+++ b/extra/man/alacritty.5.scd
@@ -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.