summaryrefslogtreecommitdiffstats
path: root/docs/ar-SA
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ar-SA')
-rw-r--r--docs/ar-SA/config/README.md8
-rw-r--r--docs/ar-SA/guide/README.md1
-rw-r--r--docs/ar-SA/presets/bracketed-segments.md2
-rw-r--r--docs/ar-SA/presets/nerd-font.md2
-rw-r--r--docs/ar-SA/presets/no-empty-icons.md2
-rw-r--r--docs/ar-SA/presets/no-nerd-font.md2
-rw-r--r--docs/ar-SA/presets/no-runtimes.md2
-rw-r--r--docs/ar-SA/presets/pastel-powerline.md2
-rw-r--r--docs/ar-SA/presets/plain-text.md2
-rw-r--r--docs/ar-SA/presets/pure-preset.md2
-rw-r--r--docs/ar-SA/presets/tokyo-night.md2
11 files changed, 15 insertions, 12 deletions
diff --git a/docs/ar-SA/config/README.md b/docs/ar-SA/config/README.md
index 5cb686dc9..fd6bfadaa 100644
--- a/docs/ar-SA/config/README.md
+++ b/docs/ar-SA/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,8 +4160,9 @@ 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) |
-| `الوصف` | `'<custom module>'` | The description of the module that is shown when running `starship explain`. |
+| `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. |
| `detect_folders` | `[]` | The directories that will be searched in the working directory for a match. |
| `detect_extensions` | `[]` | The extensions that will be searched in the working directory for a match. |
diff --git a/docs/ar-SA/guide/README.md b/docs/ar-SA/guide/README.md
index 542988e2a..eaaad9a24 100644
--- a/docs/ar-SA/guide/README.md
+++ b/docs/ar-SA/guide/README.md
@@ -422,7 +422,6 @@ Support this project by [becoming a sponsor](https://github.com/sponsors/starshi
**Supporter Tier**
-- [Dimension](https://dimension.dev/)
- [Appwrite](https://appwrite.io/)
<p align="center">
diff --git a/docs/ar-SA/presets/bracketed-segments.md b/docs/ar-SA/presets/bracketed-segments.md
index da108a377..982afb20e 100644
--- a/docs/ar-SA/presets/bracketed-segments.md
+++ b/docs/ar-SA/presets/bracketed-segments.md
@@ -9,7 +9,7 @@ This preset changes the format of all the built-in modules to show their segment
### Configuration
```sh
-starship preset bracketed-segments > ~/.config/starship.toml
+starship preset bracketed-segments -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/bracketed-segments.toml)
diff --git a/docs/ar-SA/presets/nerd-font.md b/docs/ar-SA/presets/nerd-font.md
index c59d28a8b..afdb1107c 100644
--- a/docs/ar-SA/presets/nerd-font.md
+++ b/docs/ar-SA/presets/nerd-font.md
@@ -13,7 +13,7 @@ This preset changes the symbols for each module to use Nerd Font symbols.
### Configuration
```sh
-starship preset nerd-font-symbols > ~/.config/starship.toml
+starship preset nerd-font-symbols -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/nerd-font-symbols.toml)
diff --git a/docs/ar-SA/presets/no-empty-icons.md b/docs/ar-SA/presets/no-empty-icons.md
index 7be6867d1..aa4a211fd 100644
--- a/docs/ar-SA/presets/no-empty-icons.md
+++ b/docs/ar-SA/presets/no-empty-icons.md
@@ -9,7 +9,7 @@ If toolset files are identified the toolset icon is displayed. If the toolset is
### Configuration
```sh
-starship preset no-empty-icons > ~/.config/starship.toml
+starship preset no-empty-icons -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/no-empty-icons.toml)
diff --git a/docs/ar-SA/presets/no-nerd-font.md b/docs/ar-SA/presets/no-nerd-font.md
index b154a6c00..a70e85e76 100644
--- a/docs/ar-SA/presets/no-nerd-font.md
+++ b/docs/ar-SA/presets/no-nerd-font.md
@@ -11,7 +11,7 @@ This preset will become the default preset in a future release of starship.
### Configuration
```sh
-starship preset no-nerd-font > ~/.config/starship.toml
+starship preset no-nerd-font -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/no-nerd-font.toml)
diff --git a/docs/ar-SA/presets/no-runtimes.md b/docs/ar-SA/presets/no-runtimes.md
index a8b326cc6..c0805d111 100644
--- a/docs/ar-SA/presets/no-runtimes.md
+++ b/docs/ar-SA/presets/no-runtimes.md
@@ -9,7 +9,7 @@ This preset hides the version of language runtimes. If you work in containers or
### Configuration
```sh
-starship preset no-runtime-versions > ~/.config/starship.toml
+starship preset no-runtime-versions -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/no-runtime-versions.toml)
diff --git a/docs/ar-SA/presets/pastel-powerline.md b/docs/ar-SA/presets/pastel-powerline.md
index acbd561ab..a480c691f 100644
--- a/docs/ar-SA/presets/pastel-powerline.md
+++ b/docs/ar-SA/presets/pastel-powerline.md
@@ -13,7 +13,7 @@ This preset is inspired by [M365Princess](https://github.com/JanDeDobbeleer/oh-m
### Configuration
```sh
-starship preset pastel-powerline > ~/.config/starship.toml
+starship preset pastel-powerline -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/pastel-powerline.toml)
diff --git a/docs/ar-SA/presets/plain-text.md b/docs/ar-SA/presets/plain-text.md
index e007e8d86..1e17b4bc0 100644
--- a/docs/ar-SA/presets/plain-text.md
+++ b/docs/ar-SA/presets/plain-text.md
@@ -9,7 +9,7 @@ This preset changes the symbols for each module into plain text. Great if you do
### Configuration
```sh
-starship preset plain-text-symbols > ~/.config/starship.toml
+starship preset plain-text-symbols -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/plain-text-symbols.toml)
diff --git a/docs/ar-SA/presets/pure-preset.md b/docs/ar-SA/presets/pure-preset.md
index ae1e85fc4..b75a00565 100644
--- a/docs/ar-SA/presets/pure-preset.md
+++ b/docs/ar-SA/presets/pure-preset.md
@@ -9,7 +9,7 @@ This preset emulates the look and behavior of [Pure](https://github.com/sindreso
### Configuration
```sh
-starship preset pure-preset > ~/.config/starship.toml
+starship preset pure-preset -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/pure-preset.toml)
diff --git a/docs/ar-SA/presets/tokyo-night.md b/docs/ar-SA/presets/tokyo-night.md
index 883f79de0..0508ae85d 100644
--- a/docs/ar-SA/presets/tokyo-night.md
+++ b/docs/ar-SA/presets/tokyo-night.md
@@ -13,7 +13,7 @@ This preset is inspired by [tokyo-night-vscode-theme](https://github.com/enkia/t
### Configuration
```sh
-starship preset tokyo-night > ~/.config/starship.toml
+starship preset tokyo-night -o ~/.config/starship.toml
```
[Click to download TOML](/presets/toml/tokyo-night.toml)