summaryrefslogtreecommitdiffstats
path: root/docs/ar-SA/config/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ar-SA/config/README.md')
-rw-r--r--docs/ar-SA/config/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ar-SA/config/README.md b/docs/ar-SA/config/README.md
index 87ccb80b3..23b26afe8 100644
--- a/docs/ar-SA/config/README.md
+++ b/docs/ar-SA/config/README.md
@@ -656,7 +656,7 @@ The character will tell you whether the last command was successful or not. It c
By default it only changes color. If you also want to change its shape take a look at [this example](#with-custom-error-shape).
-::: تحذير
+::: warning
`vimcmd_symbol` is only supported in cmd, fish and zsh. `vimcmd_replace_one_symbol`, `vimcmd_replace_symbol`, and `vimcmd_visual_symbol` are only supported in fish due to [upstream issues with mode detection in zsh](https://github.com/starship/starship/issues/625#issuecomment-732454148).
@@ -2038,13 +2038,13 @@ The default functionality is:
- 1 job -> `symbol` is shown.
- 2 jobs or more -> `symbol` + `number` are shown.
-::: تحذير
+::: warning
This module is not supported on tcsh and nu.
:::
-::: تحذير
+::: warning
The `threshold` option is deprecated, but if you want to use it, the module will show the number of jobs running if there is more than 1 job, or more than the `threshold` config value, if it exists. If `threshold` is set to 0, then the module will also show when there are 0 jobs running.
@@ -2720,7 +2720,7 @@ symbol = '☁️ '
The `os` module shows the current operating system. OS information is detected via the [os_info](https://lib.rs/crates/os_info) crate.
-::: تحذير
+::: warning
The [os_info](https://lib.rs/crates/os_info) crate used by this module is known to be inaccurate on some systems.