summaryrefslogtreecommitdiffstats
path: root/docs/ru-RU/faq/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ru-RU/faq/README.md')
-rw-r--r--docs/ru-RU/faq/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/ru-RU/faq/README.md b/docs/ru-RU/faq/README.md
index 89dbd79b4..f6f91a4ca 100644
--- a/docs/ru-RU/faq/README.md
+++ b/docs/ru-RU/faq/README.md
@@ -38,7 +38,7 @@ NUM_JOBS=$(jobs -p | wc -l)
PS1="$(starship prompt --status=$STATUS --jobs=$NUM_JOBS)"
```
-[Реализация для Bash](https://github.com/starship/starship/blob/master/src/init/starship.bash), встроенная в Starship, несколько сложнее, чтобы предоставить дополнительные возможности, такие как [модуль длительности команды](https://starship.rs/config/#Command-Duration) и обеспечить совместимость Starship с заранее установленными конфигурациями Bash.
+The [Bash implementation](https://github.com/starship/starship/blob/master/src/init/starship.bash) built into Starship is slightly more complex to allow for advanced features like the [Command Duration module](https://starship.rs/config/#command-duration) and to ensure that Starship is compatible with pre-installed Bash configurations.
Для списка всех флагов, принимаемых `starship prompt`, используйте следующую команду:
@@ -56,6 +56,10 @@ starship prompt --help
curl -fsSL https://starship.rs/install.sh | bash -s -- --platform unknown-linux-musl
```
+## I see symbols I don't understand or expect, what do they mean?
+
+If you see symbols that you don't recognise you can use `starship explain` to explain the currently showing modules.
+
## Why don't I see a glyph symbol in my prompt?
The most common cause of this is system misconfiguration. Some Linux distros in particular do not come with font support out-of-the-box. You need to ensure that: