summaryrefslogtreecommitdiffstats
path: root/docs/nl-NL/config/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/nl-NL/config/README.md')
-rw-r--r--docs/nl-NL/config/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/nl-NL/config/README.md b/docs/nl-NL/config/README.md
index c7c059de2..a3cd5ee17 100644
--- a/docs/nl-NL/config/README.md
+++ b/docs/nl-NL/config/README.md
@@ -713,7 +713,7 @@ error_symbol = '[➜](bold red) '
# ~/.config/starship.toml
[character]
-vicmd_symbol = '[V](bold green) '
+vimcmd_symbol = '[V](bold green) '
```
## CMake
@@ -2871,10 +2871,12 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
```toml
# This is the default symbols table.
[os.symbols]
+Alpaquita = "🔔 "
Alpine = "🏔️ "
Amazon = "🙂 "
Android = "🤖 "
Arch = "🎗️ "
+Artix = "🎗️ "
CentOS = "💠 "
Debian = "🌀 "
DragonFly = "🐉 "
@@ -2887,6 +2889,7 @@ Gentoo = "🗜️ "
HardenedBSD = "🛡️ "
Illumos = "🐦 "
Linux = "🐧 "
+Mabox = "📦 "
Macos = "🍎 "
Manjaro = "🥭 "
Mariner = "🌊 "
@@ -4157,6 +4160,7 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt
| ------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `command` | `''` | The command whose output should be printed. The command will be passed on stdin to the shell. |
| `when` | `false` | Either a boolean value (`true` or `false`, without quotes) or a string shell command used as a condition to show the module. In case of a string, the module will be shown if the command returns a `0` status code. |
+| `require_repo` | `false` | If `true`, the module will only be shown in paths containing a (git) repository. This option alone is not sufficient display condition in absence of other options. |
| `shell` | | [See below](#custom-command-shell) |
| `description` | `'<custom module>'` | The description of the module that is shown when running `starship explain`. |
| `detect_files` | `[]` | The files that will be searched in the working directory for a match. |