summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-09-30 16:26:13 -0400
committerGitHub <noreply@github.com>2020-09-30 16:26:13 -0400
commitd8dcf04cff71794d15255e46a164a7f3633a11ec (patch)
tree989a55c405ba1d99cd1c740ffaee43e9456742ad /docs
parentd63c7ce3f924bfe5c96bccddb49f452c9190ff7e (diff)
docs(i18n): new Crowdin updates (#1512)
Diffstat (limited to 'docs')
-rw-r--r--docs/de-DE/config/README.md819
-rw-r--r--docs/de-DE/faq/README.md4
-rw-r--r--docs/de-DE/guide/README.md2
-rw-r--r--docs/de-DE/migrating-to-0.45.0/README.md265
-rw-r--r--docs/de-DE/presets/README.md9
-rw-r--r--docs/es-ES/README.md6
-rw-r--r--docs/es-ES/advanced-config/README.md30
-rw-r--r--docs/es-ES/config/README.md1286
-rw-r--r--docs/es-ES/faq/README.md6
-rw-r--r--docs/es-ES/guide/README.md38
-rw-r--r--docs/es-ES/migrating-to-0.45.0/README.md265
-rw-r--r--docs/es-ES/presets/README.md21
-rw-r--r--docs/fr-FR/README.md14
-rw-r--r--docs/fr-FR/advanced-config/README.md8
-rw-r--r--docs/fr-FR/config/README.md1061
-rw-r--r--docs/fr-FR/faq/README.md10
-rw-r--r--docs/fr-FR/guide/README.md20
-rw-r--r--docs/fr-FR/migrating-to-0.45.0/README.md265
-rw-r--r--docs/fr-FR/presets/README.md9
-rw-r--r--docs/ja-JP/advanced-config/README.md4
-rw-r--r--docs/ja-JP/config/README.md1384
-rw-r--r--docs/ja-JP/faq/README.md38
-rw-r--r--docs/ja-JP/guide/README.md4
-rw-r--r--docs/ja-JP/migrating-to-0.45.0/README.md265
-rw-r--r--docs/ja-JP/presets/README.md9
-rw-r--r--docs/pt-BR/advanced-config/README.md4
-rw-r--r--docs/pt-BR/config/README.md463
-rw-r--r--docs/pt-BR/faq/README.md4
-rw-r--r--docs/pt-BR/guide/README.md2
-rw-r--r--docs/pt-BR/migrating-to-0.45.0/README.md265
-rw-r--r--docs/pt-BR/presets/README.md9
-rw-r--r--docs/pt-PT/config/README.md429
-rw-r--r--docs/pt-PT/faq/README.md4
-rw-r--r--docs/pt-PT/guide/README.md2
-rw-r--r--docs/pt-PT/migrating-to-0.45.0/README.md265
-rw-r--r--docs/pt-PT/presets/README.md9
-rw-r--r--docs/ru-RU/config/README.md917
-rw-r--r--docs/ru-RU/faq/README.md6
-rw-r--r--docs/ru-RU/guide/README.md2
-rw-r--r--docs/ru-RU/migrating-to-0.45.0/README.md265
-rw-r--r--docs/ru-RU/presets/README.md9
-rw-r--r--docs/zh-CN/advanced-config/README.md4
-rw-r--r--docs/zh-CN/config/README.md853
-rw-r--r--docs/zh-CN/faq/README.md4
-rw-r--r--docs/zh-CN/guide/README.md2
-rw-r--r--docs/zh-CN/migrating-to-0.45.0/README.md265
-rw-r--r--docs/zh-CN/presets/README.md9
-rw-r--r--docs/zh-TW/config/README.md801
-rw-r--r--docs/zh-TW/faq/README.md4
-rw-r--r--docs/zh-TW/guide/README.md2
-rw-r--r--docs/zh-TW/migrating-to-0.45.0/README.md265
-rw-r--r--docs/zh-TW/presets/README.md9
52 files changed, 7837 insertions, 2878 deletions
diff --git a/docs/de-DE/config/README.md b/docs/de-DE/config/README.md
index fe12ce53c..fe803aa9f 100644
--- a/docs/de-DE/config/README.md
+++ b/docs/de-DE/config/README.md
@@ -1,18 +1,12 @@
# Konfiguration
-::: tip
-
-đŸ”„ Die Konfiguration befindet sich derzeit noch in der Entwicklung. Viele neue Konfigurationsoptionen werden in den kommenden Versionen verfĂŒgbar sein.
-
-:::
-
-Um mit der Konfiguration von Starship zu beginnen, musst du die folgende Datei erstellen: `~/.config/starship.toml`.
+To get started configuring starship, create the following file: `~/.config/starship.toml`.
```sh
mkdir -p ~/.config && touch ~/.config/starship.toml
```
-Die gesamte Konfiguration von Starship wird ĂŒber diese [TOML](https://github.com/toml-lang/toml)-Datei durchgefĂŒhrt:
+All configuration for starship is done in this [TOML](https://github.com/toml-lang/toml) file:
```toml
# Don't print a new line at the start of the prompt
@@ -27,7 +21,7 @@ success_symbol = "[➜](bold green)" # The "success_symbol" segment is being
disabled = true
```
-Sie können den Pfad zur `starship.toml` mit der `STARSHIP_CONFIG` Umgebungsvariable Àndern:
+You can change default `starship.toml` file location with `STARSHIP_CONFIG` environment variable:
```sh
export STARSHIP_CONFIG=~/.starship
@@ -39,9 +33,23 @@ Equivalently in PowerShell (Windows) would be adding this line to your `$PROFILE
$ENV:STARSHIP_CONFIG = "$HOME\.starship"
```
-### Terminologie
+### Logging
+
+By default starship logs warnings and errors into a file named `~/.cache/starship/session_${STARSHIP_SESSION_KEY}.log`, where the session key is corresponding to a instance of your terminal. This, however can be changed using the `STARSHIP_CACHE` environment variable:
+
+```sh
+export STARSHIP_CACHE=~/.starship/cache
+```
+
+Equivalently in PowerShell (Windows) would be adding this line to your `$PROFILE`:
+
+```ps1
+$ENV:STARSHIP_CACHE = "$HOME\AppData\Local\Temp"
+```
+
+### Terminology
-**Module**: Eine Komponente in der Konsole, die auf kontextualisierte Informationen des OS basiert. Zum Beispiel zeigt das Modul "nodejs" die Version von NodeJS, die derzeit auf Ihrem Computer installiert ist, wenn Ihr aktuelles Verzeichnis ein NodeJS-Projekt ist.
+**Module**: A component in the prompt giving information based on contextual information from your OS. For example, the "nodejs" module shows the version of NodeJS that is currently installed on your computer, if your current directory is a NodeJS project.
**Variable**: Smaller sub-components that contains information provided by the module. For example, the "version" variable in the "nodejs" module contains the current version of NodeJS.
@@ -77,7 +85,7 @@ For example:
#### Style-Strings
-Die meisten Module in Starship lassen dich den Darstellungsstil verĂ€ndern. Dies passiert meistens an einem bestimmten Eintrag (gewöhnlich `style` genannt), der einen String mit den Einstellungen darstellt. Es folgen ein paar Beispiele fĂŒr solche Strings zusammen mit Beschreibungen was sie bewirken. Details zur vollen Syntax findest du im [Erweiterten Konfigurationshandbuch](/advanced-config/).
+Most modules in starship allow you to configure their display styles. This is done with an entry (usually called `style`) which is a string specifying the configuration. Here are some examples of style strings along with what they do. For details on the full syntax, consult the [advanced config guide](/advanced-config/).
- `"fg:green bg:blue"` setzt grĂŒnen Text auf blauen Hintergrund
- `"bg:blue fg:bright-green"` setzt hell-grĂŒnen Text auf blauen Hintergrund
@@ -86,7 +94,7 @@ Die meisten Module in Starship lassen dich den Darstellungsstil verÀndern. Dies
- `"bold italic fg:purple"` setzt dicke lila Kursivschrift
- `""` deaktiviert explizit jeden Stil
-Wie genau sich diese Konfiguration auswirkt liegt an deinem Terminal-Emulator. Einige Emulatoren zum Beispiel werden die Farben erhellen statt Text dick zu machen, und ein paar Farbthemen benutzen dieselben Werte fĂŒr normale und helle Farben. FĂŒr kursiven Text muss dein Terminal Kursivschrift unterstĂŒtzen.
+Note that what styling looks like will be controlled by your terminal emulator. For example, some terminal emulators will brighten the colors instead of bolding text, and some color themes use the same values for the normal and bright colors. Also, to get italic text, your terminal must support italics.
#### Conditional Format Strings
@@ -102,7 +110,7 @@ For example:
The following symbols have special usage in a format string. If you want to print the following symbols, you have to escape them with a backslash (`\`).
-- $
+- \$
- \\
- [
- ]
@@ -130,23 +138,21 @@ format = '''
## Prompt
-Dies ist eine Liste mit Prompt-weiten Konfigurationsoptionen.
+This is the list of prompt-wide configuration options.
### Optionen
-| Option | Standardwert | Beschreibung |
-| -------------- | ------------------------------ | ------------------------------------------------------- |
-| `format` | [link](#default-prompt-format) | Configure the format of the prompt. |
-| `scan_timeout` | `30` | Timeout fĂŒr das Scannen von Dateien (in Millisekunden). |
+| Option | Standardwert | Beschreibung |
+| -------------- | ------------------------------ | ----------------------------------------------------- |
+| `format` | [link](#default-prompt-format) | Configure the format of the prompt. |
+| `scan_timeout` | `30` | Timeout for starship to scan files (in milliseconds). |
+| `add_newline` | `true` | Add a new line before the start of the prompt. |
### Beispiel
```toml
# ~/.config/starship.toml
-# Disable the newline at the start of the prompt
-format = "$all"
-
# Use custom format
format = """
[┌───────────────────>](bold green)
@@ -155,20 +161,23 @@ format = """
# Wait 10 milliseconds for starship to check files under the current directory.
scan_timeout = 10
+
+# Disable the newline at the start of the prompt
+add_newline = false
```
### Default Prompt Format
-The default `format` is used to define the format of the prompt, if empty or no `format` is provided. Die Standardwerte sind folgende:
+The default `format` is used to define the format of the prompt, if empty or no `format` is provided. The default is as shown:
```toml
-format = "\n$all"
+format = "$all"
# Which is equivalent to
format = """
-
$username\
$hostname\
+$shlvl\
$kubernetes\
$directory\
$git_branch\
@@ -179,6 +188,7 @@ $hg_branch\
$docker_context\
$package\
$cmake\
+$dart\
$dotnet\
$elixir\
$elm\
@@ -190,17 +200,20 @@ $julia\
$nim\
$nodejs\
$ocaml\
+$perl\
$php\
$purescript\
$python\
$ruby\
$rust\
+$swift\
$terraform\
$zig\
$nix_shell\
$conda\
$memory_usage\
$aws\
+$gcloud\
$env_var\
$crystal\
$cmd_duration\
@@ -209,12 +222,13 @@ $line_break\
$jobs\
$battery\
$time\
+$status\
$character"""
```
## AWS
-Das `aws`-Modul zeigt das aktuelle AWS-Profil an. Dies basiert auf den Umgebungsvariablen: `AWS_REGION`, `AWS_DEFAULT_REGION`, `AWS_PROFILE` und der `~/.aws/config` Datei.
+The `aws` module shows the current AWS region and profile. This is based on `AWS_REGION`, `AWS_DEFAULT_REGION`, and `AWS_PROFILE` env var with `~/.aws/config` file.
When using [aws-vault](https://github.com/99designs/aws-vault) the profile is read from the `AWS_VAULT` env var.
@@ -282,7 +296,7 @@ symbol = "🅰 "
## Akkustand
-Das `battery` Modul zeigt, wie hoch der Akku des GerÀts geladen ist und den aktuellen Ladestatus. Das Modul ist nur sichtbar, wenn der Akku des GerÀts unter 10% geladen ist.
+The `battery` module shows how charged the device's battery is and its current charging status. The module is only visible when the device's battery is below 10%.
### Optionen
@@ -296,7 +310,7 @@ Das `battery` Modul zeigt, wie hoch der Akku des GerÀts geladen ist und den akt
| `disabled` | `false` | Wenn der Wert auf `true` steht, wird das Akkustand-Modul deaktiviert. |
<details>
-<summary>Das Batterie-Modul unterstĂŒtzt auch einige untypische ZustĂ€nde.</summary>
+<summary>There are also options for some uncommon battery states.</summary>
| Variable | Beschreibung |
| ---------------- | --------------------------------------------------- |
@@ -318,9 +332,9 @@ charging_symbol = "âšĄïž"
discharging_symbol = "💀"
```
-### Anzeige des Akkustandes
+### Battery Display
-Die `display` Konfiguration "threshold" stellt ein ab wann die Akkuanzeige eingeblendet wird. Mit "style" wird das Erscheinungsbild festgelegt. Wenn `display` nicht angegeben ist. Die Standardwerte sind folgende:
+The `display` configuration option is used to define when the battery indicator should be shown (threshold) and what it looks like (style). If no `display` is provided. The default is as shown:
```toml
[[battery.display]]
@@ -330,7 +344,7 @@ style = "bold red"
#### Optionen
-Die `display`-Option beinhaltet ein Array mit den folgenden Werten.
+The `display` option is an array of the following table.
| Variable | Beschreibung |
| ----------- | ------------------------------------------------------- |
@@ -340,23 +354,23 @@ Die `display`-Option beinhaltet ein Array mit den folgenden Werten.
#### Beispiel
```toml
-[[battery.display]] # "bold red" bei Akkustand zwischen 0–10%
+[[battery.display]] # "bold red" style when capacity is between 0% and 10%
threshold = 10
style = "bold red"
-[[battery.display]] # "bold yellow" bei Akkustand zwischen 10–30%
+[[battery.display]] # "bold yellow" style when capacity is between 10% and 30%
threshold = 30
style = "bold yellow"
-# Bei Akkustand ĂŒber 30% wird der Akkustand nicht angezeigt
+# when capacity is over 30%, the battery indicator will not be displayed
```
## Zeichen
-Das `character` Modul zeigt ein Zeichen ( meistens einen Pfeil "❯") vor der Texteingabe an.
+The `character` module shows a character (usually an arrow) beside where the text is entered in your terminal.
-Das Zeichen zeigt an ob der letzte Befehl erfolgreich war, oder einen Fehler erzeugt hat. It can do this in two ways:
+The character will tell you whether the last command was successful or not. It can do this in two ways:
- changing color (`red`/`green`)
- changing shape (`❯`/`✖`)
@@ -437,15 +451,15 @@ The `cmake` module shows the currently installed version of CMake if:
## Befehlsdauer
-Das `cmd_duration` Modul zeigt an wie lange der letzte Befehl ausgefĂŒhrt wurde. Das Modul wird nur angezeigt wenn der letzte Befehl lĂ€nger als zwei Sekunden ausgefĂŒhrt wurde. Mit der `min_time` Option kann die Zeit eingestellt werden ab der `cmd_duration` angezeigt wird.
+The `cmd_duration` module shows how long the last command took to execute. The module will be shown only if the command took longer than two seconds, or the `min_time` config value, if it exists.
-::: warning Nicht die DEBUG-trap in der Bash hooken
+::: warning Do not hook the DEBUG trap in Bash
-Ist `bash` die Konsole der Wahl, dann nicht die `DEBUG`-trap nach der AusfĂŒhrung von `eval $(starship init $0)` hooken, andernfalls **wird** dieses Modul unweigerlich untergehen.
+If you are running Starship in `bash`, do not hook the `DEBUG` trap after running `eval $(starship init $0)`, or this module **will** break.
:::
-Bash Nutzer, die eine "preexec" Ă€hnliche Funktion benötigen, können [rcaloras bash_preexec Framework](https://github.com/rcaloras/bash-preexec) verwenden. Definieren Sie einfach die Arrays `preexec_functions` und `precmd_functions` bevor sie `eval $(starship init $0)` ausfĂŒhren, und fahren Sie dann wie gewohnt fort.
+Bash users who need preexec-like functionality can use [rcaloras's bash_preexec framework](https://github.com/rcaloras/bash-preexec). Simply define the arrays `preexec_functions` and `precmd_functions` before running `eval $(starship init $0)`, and then proceed as normal.
### Optionen
@@ -478,11 +492,11 @@ format = "underwent [$duration](bold yellow)"
## Conda
-Das `conda`-Modul zeigt dessen aktuelle Umgebung an, sofern `$CONDA_DEFAULT_ENV` gesetzt ist.
+The `conda` module shows the current conda environment, if `$CONDA_DEFAULT_ENV` is set.
-::: Tipp
+::: tip
-Hinweis: Dies unterdrĂŒckt nicht conda's eigenen Prompt-Modifikator, sie können jedoch conda mit `conda config --set changeps1 False` konfigurieren, um die Ausgabe von conda selbst auszuschalten.
+This does not suppress conda's own prompt modifier, you may want to run `conda config --set changeps1 False`.
:::
@@ -494,7 +508,8 @@ Hinweis: Dies unterdrĂŒckt nicht conda's eigenen Prompt-Modifikator, sie können
| `symbol` | `"🅒 "` | Symbol das vor dem Umgebungsnamen angezeigt wird. |
| `style` | `"bold green"` | Stil fĂŒr dieses Modul. |
| `format` | `"[$symbol$environment]($style) "` | The format for the module. |
-| `disabled` | `false` | Deaktiviert das `conda`-Modul. |
+| `ignore_base` | `true` | Ignores `base` environment when activated. |
+| `disabled` | `false` | Disables the `conda` module. |
### Variables
@@ -550,9 +565,45 @@ The `crystal` module shows the currently installed version of Crystal. Das Modul
format = "via [✹ $version](bold blue) "
```
-## Verzeichnis
+## Dart
+
+The `dart` module shows the currently installed version of Dart. Das Modul wird gezeigt, wenn mindestens einer der folgenden Punkte erfĂŒllt ist:
-Das `directory` -Modul zeigt den Pfad zu Ihrem aktuellen Verzeichnis an, abgeschnitten auf drei ĂŒbergeordnete Ordner. Your directory will also be truncated to the root of the git repo that you're currently in.
+- The current directory contains a file with `.dart` extension
+- The current directory contains a `.dart_tool` directory
+- The current directory contains a `pubspec.yaml` or `pubspec.lock` file
+
+### Optionen
+
+| Variable | Standartwert | Beschreibung |
+| ---------- | ---------------------------------- | ----------------------------------------------- |
+| `format` | `"via [$symbol$version]($style) "` | The format for the module. |
+| `symbol` | `"🎯 "` | A format string representing the symbol of Dart |
+| `style` | `"bold blue"` | Stil fĂŒr dieses Modul. |
+| `disabled` | `false` | Disables the `dart` module. |
+
+### Variables
+
+| Variable | Beispiel | Beschreibung |
+| --------- | -------- | ------------------------------------ |
+| version | `v2.8.4` | The version of `dart` |
+| symbol | | Mirrors the value of option `symbol` |
+| style\* | | Mirrors the value of option `style` |
+
+\*: This variable can only be used as a part of a style string
+
+### Beispiel
+
+```toml
+# ~/.config/starship.toml
+
+[dart]
+format = "via [🔰 $version](bold red) "
+```
+
+## Directory
+
+The `directory` module shows the path to your current directory, truncated to three parent folders. Your directory will also be truncated to the root of the git repo that you're currently in.
When using the fish style pwd option, instead of hiding the path that is truncated, you will see a shortened name of each directory based on the number you enable for the option.
@@ -560,18 +611,18 @@ For example, given `~/Dev/Nix/nixpkgs/pkgs` where `nixpkgs` is the repo root, an
### Optionen
-| Variable | Standartwert | Beschreibung |
+| Variable | Standardwert | Beschreibung |
| ------------------------ | ----------------------------------------------- | -------------------------------------------------------------------------------- |
-| `truncation_length` | `3` | Die Anzahl der ĂŒbergeordneten Ordner, die angezeigt werden. |
+| `truncation_length` | `3` | The number of parent folders that the current directory should be truncated to. |
| `truncate_to_repo` | `true` | Whether or not to truncate to the root of the git repo that you're currently in. |
| `format` | `"[$path]($style)[$lock_symbol]($lock_style) "` | The format for the module. |
| `style` | `"bold cyan"` | Stil fĂŒr dieses Modul. |
-| `disabled` | `false` | Deaktiviert das `directory`-Modul. |
+| `disabled` | `false` | Disables the `directory` module. |
| `read_only_symbol` | `"🔒"` | The symbol indicating current directory is read only. |
| `read_only_symbol_style` | `"red"` | The style for the read only symbol. |
<details>
-<summary>Dieses Modul hat einige erweiterte Konfigurationsoptionen, welche die Darstellung von Verzeichnissen steuern.</summary>
+<summary>This module has a few advanced configuration options that control how the directory is displayed.</summary>
| Advanced Option | Standardwert | Beschreibung |
| --------------------------- | ------------ | ---------------------------------------------------------------------------------------- |
@@ -666,13 +717,13 @@ The module will also show the Target Framework Moniker (<https://docs.microsoft.
### Optionen
-| Option | Standardwert | Beschreibung |
-| ----------- | ---------------------------------------- | ------------------------------------------------------------------ |
-| `format` | `"v[$symbol$version( 🎯 $tfm)]($style) "` | The format for the module. |
-| `symbol` | `"‱NET "` | Symbol das vor der dotnet-Version angezeigt wird. |
-| `heuristic` | `true` | Schnelle Versionserkennung nutzen um Starship bedienbar zu halten. |
-| `style` | `"bold blue"` | Stil fĂŒr dieses Modul. |
-| `disabled` | `false` | Deaktiviert das `dotnet`-Modul. |
+| Option | Standardwert | Beschreibung |
+| ----------- | ---------------------------------------- | -------------------------------------------------------- |
+| `format` | `"v[$symbol$version( 🎯 $tfm)]($style) "` | The format for the module. |
+| `symbol` | `"‱NET "` | The symbol used before displaying the version of dotnet. |
+| `heuristic` | `true` | Use faster version detection to keep starship snappy. |
+| `style` | `"bold blue"` | Stil fĂŒr dieses Modul. |
+| `disabled` | `false` | Disables the `dotnet` module. |
### Variables
@@ -700,7 +751,7 @@ heuristic = false
The `elixir` module shows the currently installed version of Elixir and Erlang/OTP. Das Modul wird gezeigt, wenn mindestens einer der folgenden Punkte erfĂŒllt ist:
-- Das aktuelle Verzeichnis enthÀlt eine `mix.exs`-Datei.
+- The current directory contains a `mix.exs` file.
### Optionen
@@ -735,8 +786,8 @@ symbol = "🔼 "
The `elm` module shows the currently installed version of Elm. Das Modul wird gezeigt, wenn mindestens einer der folgenden Punkte erfĂŒllt ist:
-- Das aktuelle Verzeichnis enthÀlt eine `elm.json`-Datei
-- Das aktuelle Verzeichnis enthÀlt eine `elm-package.json`-Datei
+- The current directory contains a `elm.json` file
+- The current directory contains a `elm-package.json` file
- The current directory contains a `.elm-version` file
- The current directory contains a `elm-stuff` folder
- The current directory contains a `*.elm` files
@@ -769,7 +820,7 @@ The `elm` module shows the currently installed version of Elm. Das Modul wird ge
format = "via [ $version](cyan bold) "
```
-## Umgebungsvariablen
+## Environment Variable
The `env_var` module displays the current value of a selected environment variable. The module will be shown only if any of the following conditions are met:
@@ -778,19 +829,19 @@ The `env_var` module displays the current value of a selected environment variab
### Optionen
-| Option | Standardwert | Beschreibung |
-| ---------- | ------------------------------ | ---------------------------------------------------------------------------------------- |
-| `symbol` | | Das Symbol, das vor der Anzeige der Variable verwendet wird. |
-| `variable` | | Die anzuzeigende Umgebungsvariable. |
-| `default` | | Der Standardwert, der angezeigt wird, wenn die ausgewÀhlte Variable nicht definiert ist. |
-| `format` | `"with [$env_value]($style) "` | The format for the module. |
-| `disabled` | `false` | Deaktiviert das `env_var`-Modul. |
+| Option | Standardwert | Beschreibung |
+| ---------- | ------------------------------ | ---------------------------------------------------------------------------- |
+| `symbol` | | The symbol used before displaying the variable value. |
+| `variable` | | The environment variable to be displayed. |
+| `default` | | The default value to be displayed when the selected variable is not defined. |
+| `format` | `"with [$env_value]($style) "` | The format for the module. |
+| `disabled` | `false` | Disables the `env_var` module. |
### Variables
| Variable | Beispiel | Beschreibung |
| --------- | ------------------------------------------- | ------------------------------------------ |
-| env_value | `Windows NT` (if *variable* would be `$OS`) | The environment value of option `variable` |
+| env_value | `Windows NT` (if _variable_ would be `$OS`) | The environment value of option `variable` |
| symbol | | Mirrors the value of option `symbol` |
| style\* | `black bold dimmed` | Mirrors the value of option `style` |
@@ -810,8 +861,8 @@ default = "unknown shell"
The `erlang` module shows the currently installed version of Erlang/OTP. Das Modul wird gezeigt, wenn mindestens einer der folgenden Punkte erfĂŒllt ist: