summaryrefslogtreecommitdiffstats
path: root/docs/uk-UA/advanced-config/README.md
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2023-02-01 01:14:38 +0900
committerGitHub <noreply@github.com>2023-02-01 01:14:38 +0900
commit2ef936079745b66f077c4071b7b6ea9a5aa465ce (patch)
tree93f562f798a7163a3575ddddd1efa2abb3a1886d /docs/uk-UA/advanced-config/README.md
parent30084e113a18f498c5be8b131e1c53378fe3555c (diff)
docs(i18n): new Crowdin updates (#4719)
Diffstat (limited to 'docs/uk-UA/advanced-config/README.md')
-rw-r--r--docs/uk-UA/advanced-config/README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/uk-UA/advanced-config/README.md b/docs/uk-UA/advanced-config/README.md
index 92d4d0545..5786aeec3 100644
--- a/docs/uk-UA/advanced-config/README.md
+++ b/docs/uk-UA/advanced-config/README.md
@@ -207,8 +207,6 @@ Note: The right prompt is a single line following the input location. To right a
`right_format` is currently supported for the following shells: elvish, fish, zsh, xonsh, cmd, nushell.
-Note: Nushell 0.71.0 or later is required
-
### Example
```toml
@@ -231,7 +229,7 @@ Produces a prompt like the following:
Some shells support a continuation prompt along with the normal prompt. This prompt is rendered instead of the normal prompt when the user has entered an incomplete statement (such as a single left parenthesis or quote).
-Starship can set the continuation prompt using the `continuation_prompt` option. The default prompt is `"[∙](bright-black) "`.
+Starship can set the continuation prompt using the `continuation_prompt` option. The default prompt is `'[∙](bright-black) '`.
Note: `continuation_prompt` should be set to a literal string without any variables.
@@ -247,7 +245,7 @@ Note: Continuation prompts are only available in the following shells:
# ~/.config/starship.toml
# A continuation prompt that displays two filled in arrows
-continuation_prompt = "▶▶"
+continuation_prompt = '▶▶ '
```
## Style Strings