diff --git a/docs/config/README.md b/docs/config/README.md index 977f6042..a0ef964e 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -3723,6 +3723,7 @@ Format strings can also contain shell specific prompt sequences, e.g. | `disabled` | `false` | Disables this `custom` module. | | `os` | | Operating System name on which the module will be shown (unix, linux, macos, windows, ... ) [See possible values](https://doc.rust-lang.org/std/env/consts/constant.OS.html). | | `use_stdin` | | An optional boolean value that overrides whether commands should be forwarded to the shell via the standard input or as an argument. If unset standard input is used by default, unless the shell does not support it (cmd, nushell). Setting this disables shell-specific argument handling. | +| `ignore_timeout` | `false` | Ignore global `command_timeout` setting and keep running external commands, no matter how long they take. | ### Variables