docs(i18n): new Crowdin updates (#5858)
* New translations readme.md (French) * New translations readme.md (Spanish) * New translations readme.md (Arabic) * New translations readme.md (German) * New translations readme.md (Italian) * New translations readme.md (Japanese) * New translations readme.md (Korean) * New translations readme.md (Dutch) * New translations readme.md (Norwegian) * New translations readme.md (Polish) * New translations readme.md (Portuguese) * New translations readme.md (Russian) * New translations readme.md (Turkish) * New translations readme.md (Ukrainian) * New translations readme.md (Chinese Simplified) * New translations readme.md (Chinese Traditional) * New translations readme.md (Vietnamese) * New translations readme.md (Portuguese, Brazilian) * New translations readme.md (Indonesian) * New translations readme.md (Bengali) * New translations readme.md (Sorani (Kurdish)) * New translations readme.md (German)
This commit is contained in:
parent
a5108a7638
commit
82a8d69432
|
@ -618,7 +618,9 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
|
||||
*: This variable can only be used as a part of a style string
|
||||
|
||||
### مثال
|
||||
### Examples
|
||||
|
||||
#### Customize the format
|
||||
|
||||
```toml
|
||||
# ~/.config/starship.toml
|
||||
|
@ -627,6 +629,15 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
format = 'via [🍔 $version](bold green) '
|
||||
```
|
||||
|
||||
#### Replace Node.js
|
||||
|
||||
You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime:
|
||||
|
||||
```
|
||||
[nodejs]
|
||||
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
|
||||
```
|
||||
|
||||
## C
|
||||
|
||||
The `c` module shows some information about your C compiler. By default the module will be shown if the current directory contains a `.c` or `.h` file.
|
||||
|
@ -3033,7 +3044,9 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
|
|||
```toml
|
||||
# This is the default symbols table.
|
||||
[os.symbols]
|
||||
AIX = "➿ "
|
||||
Alpaquita = "🔔 "
|
||||
AlmaLinux = "💠 "
|
||||
Alpine = "🏔️ "
|
||||
Amazon = "🙂 "
|
||||
Android = "🤖 "
|
||||
|
@ -3050,6 +3063,7 @@ Garuda = "🦅 "
|
|||
Gentoo = "🗜️ "
|
||||
HardenedBSD = "🛡️ "
|
||||
Illumos = "🐦 "
|
||||
Kali = "🐉 "
|
||||
Linux = "🐧 "
|
||||
Mabox = "📦 "
|
||||
Macos = "🍎 "
|
||||
|
@ -3068,11 +3082,14 @@ Pop = "🍭 "
|
|||
Raspbian = "🍓 "
|
||||
Redhat = "🎩 "
|
||||
RedHatEnterprise = "🎩 "
|
||||
RockyLinux = "💠 "
|
||||
Redox = "🧪 "
|
||||
Solus = "⛵ "
|
||||
SUSE = "🦎 "
|
||||
Ubuntu = "🎯 "
|
||||
Ultramarine = "🔷 "
|
||||
Unknown = "❓ "
|
||||
Void = " "
|
||||
Windows = "🪟 "
|
||||
```
|
||||
|
||||
|
|
|
@ -618,7 +618,9 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
|
||||
*: This variable can only be used as a part of a style string
|
||||
|
||||
### Example
|
||||
### Examples
|
||||
|
||||
#### Customize the format
|
||||
|
||||
```toml
|
||||
# ~/.config/starship.toml
|
||||
|
@ -627,6 +629,15 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
format = 'via [🍔 $version](bold green) '
|
||||
```
|
||||
|
||||
#### Replace Node.js
|
||||
|
||||
You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime:
|
||||
|
||||
```
|
||||
[nodejs]
|
||||
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
|
||||
```
|
||||
|
||||
## C
|
||||
|
||||
The `c` module shows some information about your C compiler. By default the module will be shown if the current directory contains a `.c` or `.h` file.
|
||||
|
@ -3033,7 +3044,9 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
|
|||
```toml
|
||||
# This is the default symbols table.
|
||||
[os.symbols]
|
||||
AIX = "➿ "
|
||||
Alpaquita = "🔔 "
|
||||
AlmaLinux = "💠 "
|
||||
Alpine = "🏔️ "
|
||||
Amazon = "🙂 "
|
||||
Android = "🤖 "
|
||||
|
@ -3050,6 +3063,7 @@ Garuda = "🦅 "
|
|||
Gentoo = "🗜️ "
|
||||
HardenedBSD = "🛡️ "
|
||||
Illumos = "🐦 "
|
||||
Kali = "🐉 "
|
||||
Linux = "🐧 "
|
||||
Mabox = "📦 "
|
||||
Macos = "🍎 "
|
||||
|
@ -3068,11 +3082,14 @@ Pop = "🍭 "
|
|||
Raspbian = "🍓 "
|
||||
Redhat = "🎩 "
|
||||
RedHatEnterprise = "🎩 "
|
||||
RockyLinux = "💠 "
|
||||
Redox = "🧪 "
|
||||
Solus = "⛵ "
|
||||
SUSE = "🦎 "
|
||||
Ubuntu = "🎯 "
|
||||
Ultramarine = "🔷 "
|
||||
Unknown = "❓ "
|
||||
Void = " "
|
||||
Windows = "🪟 "
|
||||
```
|
||||
|
||||
|
|
|
@ -618,7 +618,9 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
|
||||
*: This variable can only be used as a part of a style string
|
||||
|
||||
### نموونە
|
||||
### Examples
|
||||
|
||||
#### Customize the format
|
||||
|
||||
```toml
|
||||
# ~/.config/starship.toml
|
||||
|
@ -627,6 +629,15 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
format = 'via [🍔 $version](bold green) '
|
||||
```
|
||||
|
||||
#### Replace Node.js
|
||||
|
||||
You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime:
|
||||
|
||||
```
|
||||
[nodejs]
|
||||
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
|
||||
```
|
||||
|
||||
## C
|
||||
|
||||
The `c` module shows some information about your C compiler. By default the module will be shown if the current directory contains a `.c` or `.h` file.
|
||||
|
@ -3033,7 +3044,9 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
|
|||
```toml
|
||||
# This is the default symbols table.
|
||||
[os.symbols]
|
||||
AIX = "➿ "
|
||||
Alpaquita = "🔔 "
|
||||
AlmaLinux = "💠 "
|
||||
Alpine = "🏔️ "
|
||||
Amazon = "🙂 "
|
||||
Android = "🤖 "
|
||||
|
@ -3050,6 +3063,7 @@ Garuda = "🦅 "
|
|||
Gentoo = "🗜️ "
|
||||
HardenedBSD = "🛡️ "
|
||||
Illumos = "🐦 "
|
||||
Kali = "🐉 "
|
||||
Linux = "🐧 "
|
||||
Mabox = "📦 "
|
||||
Macos = "🍎 "
|
||||
|
@ -3068,11 +3082,14 @@ Pop = "🍭 "
|
|||
Raspbian = "🍓 "
|
||||
Redhat = "🎩 "
|
||||
RedHatEnterprise = "🎩 "
|
||||
RockyLinux = "💠 "
|
||||
Redox = "🧪 "
|
||||
Solus = "⛵ "
|
||||
SUSE = "🦎 "
|
||||
Ubuntu = "🎯 "
|
||||
Ultramarine = "🔷 "
|
||||
Unknown = "❓ "
|
||||
Void = " "
|
||||
Windows = "🪟 "
|
||||
```
|
||||
|
||||
|
|
|
@ -351,7 +351,7 @@ format = '$all$directory$character'
|
|||
|
||||
## AWS
|
||||
|
||||
The `aws` module shows the current AWS region and profile and an expiration timer when using temporary credentials. The output of the module uses the `AWS_REGION`, `AWS_DEFAULT_REGION`, and `AWS_PROFILE` env vars and the `~/.aws/config` and `~/.aws/credentials` files as required.
|
||||
Das `aws` Modul zeigt die aktuelle AWS Region und Profil sowie den Ablauf-Timer an, wenn temporäre Zugangsdaten verwendet werden. Die Ausgabe des Moduls verwendet die `AWS_REGION`, `AWS_DEFAULT_REGION` und `AWS_PROFILE` Umgebungsvariablen sowie die `~/. ws/config` und `~/.aws/credentials` Dateien, falls nötig.
|
||||
|
||||
The module will display a profile only if its credentials are present in `~/.aws/credentials` or if a `credential_process`, `sso_start_url`, or `sso_session` are defined in `~/.aws/config`. Alternatively, having any of the `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, or `AWS_SESSION_TOKEN` env vars defined will also suffice. If the option `force_display` is set to `true`, all available information will be displayed even if no credentials per the conditions above are detected.
|
||||
|
||||
|
@ -619,7 +619,9 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
|
||||
*: This variable can only be used as a part of a style string
|
||||
|
||||
### Beispiel
|
||||
### Beispiele
|
||||
|
||||
#### Customize the format
|
||||
|
||||
```toml
|
||||
# ~/.config/starship.toml
|
||||
|
@ -628,6 +630,15 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
format = 'via [🍔 $version](bold green) '
|
||||
```
|
||||
|
||||
#### Replace Node.js
|
||||
|
||||
You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime:
|
||||
|
||||
```
|
||||
[nodejs]
|
||||
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
|
||||
```
|
||||
|
||||
## C
|
||||
|
||||
The `c` module shows some information about your C compiler. By default the module will be shown if the current directory contains a `.c` or `.h` file.
|
||||
|
@ -3034,7 +3045,9 @@ Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration `dis
|
|||
```toml
|
||||
# This is the default symbols table.
|
||||
[os.symbols]
|
||||
AIX = "➿ "
|
||||
Alpaquita = "🔔 "
|
||||
AlmaLinux = "💠 "
|
||||
Alpine = "🏔️ "
|
||||
Amazon = "🙂 "
|
||||
Android = "🤖 "
|
||||
|
@ -3051,6 +3064,7 @@ Garuda = "🦅 "
|
|||
Gentoo = "🗜️ "
|
||||
HardenedBSD = "🛡️ "
|
||||
Illumos = "🐦 "
|
||||
Kali = "🐉 "
|
||||
Linux = "🐧 "
|
||||
Mabox = "📦 "
|
||||
Macos = "🍎 "
|
||||
|
@ -3069,11 +3083,14 @@ Pop = "🍭 "
|
|||
Raspbian = "🍓 "
|
||||
Redhat = "🎩 "
|
||||
RedHatEnterprise = "🎩 "
|
||||
RockyLinux = "💠 "
|
||||
Redox = "🧪 "
|
||||
Solus = "⛵ "
|
||||
SUSE = "🦎 "
|
||||
Ubuntu = "🎯 "
|
||||
Ultramarine = "🔷 "
|
||||
Unknown = "❓ "
|
||||
Void = " "
|
||||
Windows = "🪟 "
|
||||
```
|
||||
|
||||
|
|
|
@ -618,7 +618,9 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
|
||||
*: Esta variable solamente puede ser usada como parte de una cadena de caracteres de estilo
|
||||
|
||||
### Ejemplo
|
||||
### Ejemplos
|
||||
|
||||
#### Customize the format
|
||||
|
||||
```toml
|
||||
# ~/.config/starship.toml
|
||||
|
@ -627,6 +629,15 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
format = 'via [🍔 $version](bold green) '
|
||||
```
|
||||
|
||||
#### Replace Node.js
|
||||
|
||||
You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime:
|
||||
|
||||
```
|
||||
[nodejs]
|
||||
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
|
||||
```
|
||||
|
||||
## C
|
||||
|
||||
El módulo `c` muestra información sobre su compilador de C. Por defecto el módulo se mostrará si el directorio actual contiene un archivo `.c` o `.h`.
|
||||
|
@ -3033,7 +3044,9 @@ Este módulo está deshabilitado por defecto. Para activarlo, establece `disable
|
|||
```toml
|
||||
# This is the default symbols table.
|
||||
[os.symbols]
|
||||
AIX = "➿ "
|
||||
Alpaquita = "🔔 "
|
||||
AlmaLinux = "💠 "
|
||||
Alpine = "🏔️ "
|
||||
Amazon = "🙂 "
|
||||
Android = "🤖 "
|
||||
|
@ -3050,6 +3063,7 @@ Garuda = "🦅 "
|
|||
Gentoo = "🗜️ "
|
||||
HardenedBSD = "🛡️ "
|
||||
Illumos = "🐦 "
|
||||
Kali = "🐉 "
|
||||
Linux = "🐧 "
|
||||
Mabox = "📦 "
|
||||
Macos = "🍎 "
|
||||
|
@ -3068,11 +3082,14 @@ Pop = "🍭 "
|
|||
Raspbian = "🍓 "
|
||||
Redhat = "🎩 "
|
||||
RedHatEnterprise = "🎩 "
|
||||
RockyLinux = "💠 "
|
||||
Redox = "🧪 "
|
||||
Solus = "⛵ "
|
||||
SUSE = "🦎 "
|
||||
Ubuntu = "🎯 "
|
||||
Ultramarine = "🔷 "
|
||||
Unknown = "❓ "
|
||||
Void = " "
|
||||
Windows = "🪟 "
|
||||
```
|
||||
|
||||
|
|
|
@ -618,7 +618,9 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
|
||||
*: Cette variable peut uniquement être utilisée dans une chaine de style
|
||||
|
||||
### Exemple
|
||||
### Exemples
|
||||
|
||||
#### Customize the format
|
||||
|
||||
```toml
|
||||
# ~/.config/starship.toml
|
||||
|
@ -627,6 +629,15 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
format = 'via [🍔 $version](bold green) '
|
||||
```
|
||||
|
||||
#### Replace Node.js
|
||||
|
||||
You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime:
|
||||
|
||||
```
|
||||
[nodejs]
|
||||
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
|
||||
```
|
||||
|
||||
## C
|
||||
|
||||
Le module `c` affiche des informations à propos de votre compilateur C. Par défaut, ce module sera affiché si le dossier courant contient un fichier `.c` ou `.h`.
|
||||
|
@ -3033,7 +3044,9 @@ Ce module est désactivé par défaut. Pour l'activer, configurez `disabled` sur
|
|||
```toml
|
||||
# This is the default symbols table.
|
||||
[os.symbols]
|
||||
AIX = "➿ "
|
||||
Alpaquita = "🔔 "
|
||||
AlmaLinux = "💠 "
|
||||
Alpine = "🏔️ "
|
||||
Amazon = "🙂 "
|
||||
Android = "🤖 "
|
||||
|
@ -3050,6 +3063,7 @@ Garuda = "🦅 "
|
|||
Gentoo = "🗜️ "
|
||||
HardenedBSD = "🛡️ "
|
||||
Illumos = "🐦 "
|
||||
Kali = "🐉 "
|
||||
Linux = "🐧 "
|
||||
Mabox = "📦 "
|
||||
Macos = "🍎 "
|
||||
|
@ -3068,11 +3082,14 @@ Pop = "🍭 "
|
|||
Raspbian = "🍓 "
|
||||
Redhat = "🎩 "
|
||||
RedHatEnterprise = "🎩 "
|
||||
RockyLinux = "💠 "
|
||||
Redox = "🧪 "
|
||||
Solus = "⛵ "
|
||||
SUSE = "🦎 "
|
||||
Ubuntu = "🎯 "
|
||||
Ultramarine = "🔷 "
|
||||
Unknown = "❓ "
|
||||
Void = " "
|
||||
Windows = "🪟 "
|
||||
```
|
||||
|
||||
|
|
|
@ -620,6 +620,8 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
|
||||
### Contoh
|
||||
|
||||
#### Customize the format
|
||||
|
||||
```toml
|
||||
# ~/.config/starship.toml
|
||||
|
||||
|
@ -627,6 +629,15 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
format = 'via [🍔 $version](bold green) '
|
||||
```
|
||||
|
||||
#### Replace Node.js
|
||||
|
||||
You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime:
|
||||
|
||||
```
|
||||
[nodejs]
|
||||
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
|
||||
```
|
||||
|
||||
## C
|
||||
|
||||
The `c` module shows some information about your C compiler. By default the module will be shown if the current directory contains a `.c` or `.h` file.
|
||||
|
@ -3033,7 +3044,9 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
|
|||
```toml
|
||||
# This is the default symbols table.
|
||||
[os.symbols]
|
||||
AIX = "➿ "
|
||||
Alpaquita = "🔔 "
|
||||
AlmaLinux = "💠 "
|
||||
Alpine = "🏔️ "
|
||||
Amazon = "🙂 "
|
||||
Android = "🤖 "
|
||||
|
@ -3050,6 +3063,7 @@ Garuda = "🦅 "
|
|||
Gentoo = "🗜️ "
|
||||
HardenedBSD = "🛡️ "
|
||||
Illumos = "🐦 "
|
||||
Kali = "🐉 "
|
||||
Linux = "🐧 "
|
||||
Mabox = "📦 "
|
||||
Macos = "🍎 "
|
||||
|
@ -3068,11 +3082,14 @@ Pop = "🍭 "
|
|||
Raspbian = "🍓 "
|
||||
Redhat = "🎩 "
|
||||
RedHatEnterprise = "🎩 "
|
||||
RockyLinux = "💠 "
|
||||
Redox = "🧪 "
|
||||
Solus = "⛵ "
|
||||
SUSE = "🦎 "
|
||||
Ubuntu = "🎯 "
|
||||
Ultramarine = "🔷 "
|
||||
Unknown = "❓ "
|
||||
Void = " "
|
||||
Windows = "🪟 "
|
||||
```
|
||||
|
||||
|
|
|
@ -618,7 +618,9 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
|
||||
*: This variable can only be used as a part of a style string
|
||||
|
||||
### Esempio
|
||||
### Examples
|
||||
|
||||
#### Customize the format
|
||||
|
||||
```toml
|
||||
# ~/.config/starship.toml
|
||||
|
@ -627,6 +629,15 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
format = 'via [🍔 $version](bold green) '
|
||||
```
|
||||
|
||||
#### Replace Node.js
|
||||
|
||||
You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime:
|
||||
|
||||
```
|
||||
[nodejs]
|
||||
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
|
||||
```
|
||||
|
||||
## C
|
||||
|
||||
The `c` module shows some information about your C compiler. By default the module will be shown if the current directory contains a `.c` or `.h` file.
|
||||
|
@ -3033,7 +3044,9 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
|
|||
```toml
|
||||
# This is the default symbols table.
|
||||
[os.symbols]
|
||||
AIX = "➿ "
|
||||
Alpaquita = "🔔 "
|
||||
AlmaLinux = "💠 "
|
||||
Alpine = "🏔️ "
|
||||
Amazon = "🙂 "
|
||||
Android = "🤖 "
|
||||
|
@ -3050,6 +3063,7 @@ Garuda = "🦅 "
|
|||
Gentoo = "🗜️ "
|
||||
HardenedBSD = "🛡️ "
|
||||
Illumos = "🐦 "
|
||||
Kali = "🐉 "
|
||||
Linux = "🐧 "
|
||||
Mabox = "📦 "
|
||||
Macos = "🍎 "
|
||||
|
@ -3068,11 +3082,14 @@ Pop = "🍭 "
|
|||
Raspbian = "🍓 "
|
||||
Redhat = "🎩 "
|
||||
RedHatEnterprise = "🎩 "
|
||||
RockyLinux = "💠 "
|
||||
Redox = "🧪 "
|
||||
Solus = "⛵ "
|
||||
SUSE = "🦎 "
|
||||
Ubuntu = "🎯 "
|
||||
Ultramarine = "🔷 "
|
||||
Unknown = "❓ "
|
||||
Void = " "
|
||||
Windows = "🪟 "
|
||||
```
|
||||
|
||||
|
|
|
@ -620,6 +620,8 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
|
||||
### 設定例
|
||||
|
||||
#### Customize the format
|
||||
|
||||
```toml
|
||||
# ~/.config/starship.toml
|
||||
|
||||
|
@ -627,6 +629,15 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
format = 'via [🍔 $version](bold green) '
|
||||
```
|
||||
|
||||
#### Replace Node.js
|
||||
|
||||
You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime:
|
||||
|
||||
```
|
||||
[nodejs]
|
||||
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
|
||||
```
|
||||
|
||||
## C
|
||||
|
||||
`c` モジュールは、利用しているCコンパイラに関するいくつかの情報を表示します。 デフォルトでは、カレントディレクトリに`.c`または`.h`ファイルが含まれている場合、モジュールが表示されます。
|
||||
|
@ -3033,7 +3044,9 @@ The [os_info](https://lib.rs/crates/os_info) crate used by this module is known
|
|||
```toml
|
||||
# This is the default symbols table.
|
||||
[os.symbols]
|
||||
AIX = "➿ "
|
||||
Alpaquita = "🔔 "
|
||||
AlmaLinux = "💠 "
|
||||
Alpine = "🏔️ "
|
||||
Amazon = "🙂 "
|
||||
Android = "🤖 "
|
||||
|
@ -3050,6 +3063,7 @@ Garuda = "🦅 "
|
|||
Gentoo = "🗜️ "
|
||||
HardenedBSD = "🛡️ "
|
||||
Illumos = "🐦 "
|
||||
Kali = "🐉 "
|
||||
Linux = "🐧 "
|
||||
Mabox = "📦 "
|
||||
Macos = "🍎 "
|
||||
|
@ -3068,11 +3082,14 @@ Pop = "🍭 "
|
|||
Raspbian = "🍓 "
|
||||
Redhat = "🎩 "
|
||||
RedHatEnterprise = "🎩 "
|
||||
RockyLinux = "💠 "
|
||||
Redox = "🧪 "
|
||||
Solus = "⛵ "
|
||||
SUSE = "🦎 "
|
||||
Ubuntu = "🎯 "
|
||||
Ultramarine = "🔷 "
|
||||
Unknown = "❓ "
|
||||
Void = " "
|
||||
Windows = "🪟 "
|
||||
```
|
||||
|
||||
|
|
|
@ -620,6 +620,8 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
|
||||
### 예시
|
||||
|
||||
#### Customize the format
|
||||
|
||||
```toml
|
||||
# ~/.config/starship.toml
|
||||
|
||||
|
@ -627,6 +629,15 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
format = 'via [🍔 $version](bold green) '
|
||||
```
|
||||
|
||||
#### Replace Node.js
|
||||
|
||||
You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime:
|
||||
|
||||
```
|
||||
[nodejs]
|
||||
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
|
||||
```
|
||||
|
||||
## C
|
||||
|
||||
The `c` module shows some information about your C compiler. By default the module will be shown if the current directory contains a `.c` or `.h` file.
|
||||
|
@ -3033,7 +3044,9 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
|
|||
```toml
|
||||
# This is the default symbols table.
|
||||
[os.symbols]
|
||||
AIX = "➿ "
|
||||
Alpaquita = "🔔 "
|
||||
AlmaLinux = "💠 "
|
||||
Alpine = "🏔️ "
|
||||
Amazon = "🙂 "
|
||||
Android = "🤖 "
|
||||
|
@ -3050,6 +3063,7 @@ Garuda = "🦅 "
|
|||
Gentoo = "🗜️ "
|
||||
HardenedBSD = "🛡️ "
|
||||
Illumos = "🐦 "
|
||||
Kali = "🐉 "
|
||||
Linux = "🐧 "
|
||||
Mabox = "📦 "
|
||||
Macos = "🍎 "
|
||||
|
@ -3068,11 +3082,14 @@ Pop = "🍭 "
|
|||
Raspbian = "🍓 "
|
||||
Redhat = "🎩 "
|
||||
RedHatEnterprise = "🎩 "
|
||||
RockyLinux = "💠 "
|
||||
Redox = "🧪 "
|
||||
Solus = "⛵ "
|
||||
SUSE = "🦎 "
|
||||
Ubuntu = "🎯 "
|
||||
Ultramarine = "🔷 "
|
||||
Unknown = "❓ "
|
||||
Void = " "
|
||||
Windows = "🪟 "
|
||||
```
|
||||
|
||||
|
|
|
@ -618,7 +618,9 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
|
||||
*: This variable can only be used as a part of a style string
|
||||
|
||||
### Example
|
||||
### Examples
|
||||
|
||||
#### Customize the format
|
||||
|
||||
```toml
|
||||
# ~/.config/starship.toml
|
||||
|
@ -627,6 +629,15 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
format = 'via [🍔 $version](bold green) '
|
||||
```
|
||||
|
||||
#### Replace Node.js
|
||||
|
||||
You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime:
|
||||
|
||||
```
|
||||
[nodejs]
|
||||
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
|
||||
```
|
||||
|
||||
## C
|
||||
|
||||
The `c` module shows some information about your C compiler. By default the module will be shown if the current directory contains a `.c` or `.h` file.
|
||||
|
@ -3033,7 +3044,9 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
|
|||
```toml
|
||||
# This is the default symbols table.
|
||||
[os.symbols]
|
||||
AIX = "➿ "
|
||||
Alpaquita = "🔔 "
|
||||
AlmaLinux = "💠 "
|
||||
Alpine = "🏔️ "
|
||||
Amazon = "🙂 "
|
||||
Android = "🤖 "
|
||||
|
@ -3050,6 +3063,7 @@ Garuda = "🦅 "
|
|||
Gentoo = "🗜️ "
|
||||
HardenedBSD = "🛡️ "
|
||||
Illumos = "🐦 "
|
||||
Kali = "🐉 "
|
||||
Linux = "🐧 "
|
||||
Mabox = "📦 "
|
||||
Macos = "🍎 "
|
||||
|
@ -3068,11 +3082,14 @@ Pop = "🍭 "
|
|||
Raspbian = "🍓 "
|
||||
Redhat = "🎩 "
|
||||
RedHatEnterprise = "🎩 "
|
||||
RockyLinux = "💠 "
|
||||
Redox = "🧪 "
|
||||
Solus = "⛵ "
|
||||
SUSE = "🦎 "
|
||||
Ubuntu = "🎯 "
|
||||
Ultramarine = "🔷 "
|
||||
Unknown = "❓ "
|
||||
Void = " "
|
||||
Windows = "🪟 "
|
||||
```
|
||||
|
||||
|
|
|
@ -618,7 +618,9 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
|
||||
*: This variable can only be used as a part of a style string
|
||||
|
||||
### Example
|
||||
### Examples
|
||||
|
||||
#### Customize the format
|
||||
|
||||
```toml
|
||||
# ~/.config/starship.toml
|
||||
|
@ -627,6 +629,15 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
format = 'via [🍔 $version](bold green) '
|
||||
```
|
||||
|
||||
#### Replace Node.js
|
||||
|
||||
You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime:
|
||||
|
||||
```
|
||||
[nodejs]
|
||||
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
|
||||
```
|
||||
|
||||
## C
|
||||
|
||||
The `c` module shows some information about your C compiler. By default the module will be shown if the current directory contains a `.c` or `.h` file.
|
||||
|
@ -3033,7 +3044,9 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
|
|||
```toml
|
||||
# This is the default symbols table.
|
||||
[os.symbols]
|
||||
AIX = "➿ "
|
||||
Alpaquita = "🔔 "
|
||||
AlmaLinux = "💠 "
|
||||
Alpine = "🏔️ "
|
||||
Amazon = "🙂 "
|
||||
Android = "🤖 "
|
||||
|
@ -3050,6 +3063,7 @@ Garuda = "🦅 "
|
|||
Gentoo = "🗜️ "
|
||||
HardenedBSD = "🛡️ "
|
||||
Illumos = "🐦 "
|
||||
Kali = "🐉 "
|
||||
Linux = "🐧 "
|
||||
Mabox = "📦 "
|
||||
Macos = "🍎 "
|
||||
|
@ -3068,11 +3082,14 @@ Pop = "🍭 "
|
|||
Raspbian = "🍓 "
|
||||
Redhat = "🎩 "
|
||||
RedHatEnterprise = "🎩 "
|
||||
RockyLinux = "💠 "
|
||||
Redox = "🧪 "
|
||||
Solus = "⛵ "
|
||||
SUSE = "🦎 "
|
||||
Ubuntu = "🎯 "
|
||||
Ultramarine = "🔷 "
|
||||
Unknown = "❓ "
|
||||
Void = " "
|
||||
Windows = "🪟 "
|
||||
```
|
||||
|
||||
|
|
|
@ -618,7 +618,9 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
|
||||
*: This variable can only be used as a part of a style string
|
||||
|
||||
### Example
|
||||
### Examples
|
||||
|
||||
#### Customize the format
|
||||
|
||||
```toml
|
||||
# ~/.config/starship.toml
|
||||
|
@ -627,6 +629,15 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
format = 'via [🍔 $version](bold green) '
|
||||
```
|
||||
|
||||
#### Replace Node.js
|
||||
|
||||
You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime:
|
||||
|
||||
```
|
||||
[nodejs]
|
||||
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
|
||||
```
|
||||
|
||||
## C
|
||||
|
||||
The `c` module shows some information about your C compiler. By default the module will be shown if the current directory contains a `.c` or `.h` file.
|
||||
|
@ -3033,7 +3044,9 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
|
|||
```toml
|
||||
# This is the default symbols table.
|
||||
[os.symbols]
|
||||
AIX = "➿ "
|
||||
Alpaquita = "🔔 "
|
||||
AlmaLinux = "💠 "
|
||||
Alpine = "🏔️ "
|
||||
Amazon = "🙂 "
|
||||
Android = "🤖 "
|
||||
|
@ -3050,6 +3063,7 @@ Garuda = "🦅 "
|
|||
Gentoo = "🗜️ "
|
||||
HardenedBSD = "🛡️ "
|
||||
Illumos = "🐦 "
|
||||
Kali = "🐉 "
|
||||
Linux = "🐧 "
|
||||
Mabox = "📦 "
|
||||
Macos = "🍎 "
|
||||
|
@ -3068,11 +3082,14 @@ Pop = "🍭 "
|
|||
Raspbian = "🍓 "
|
||||
Redhat = "🎩 "
|
||||
RedHatEnterprise = "🎩 "
|
||||
RockyLinux = "💠 "
|
||||
Redox = "🧪 "
|
||||
Solus = "⛵ "
|
||||
SUSE = "🦎 "
|
||||
Ubuntu = "🎯 "
|
||||
Ultramarine = "🔷 "
|
||||
Unknown = "❓ "
|
||||
Void = " "
|
||||
Windows = "🪟 "
|
||||
```
|
||||
|
||||
|
|
|
@ -618,7 +618,9 @@ O módulo `bun` mostra a versão atualmente instalada do [bun](https://bun.sh) r
|
|||
|
||||
*: Esta variável só pode ser usada como parte de uma string de estilo
|
||||
|
||||
### Exemplo
|
||||
### Exemplos
|
||||
|
||||
#### Customize the format
|
||||
|
||||
```toml
|
||||
# ~/.config/starship.toml
|
||||
|
@ -627,6 +629,15 @@ O módulo `bun` mostra a versão atualmente instalada do [bun](https://bun.sh) r
|
|||
format = 'via [🍔 $version](bold green) '
|
||||
```
|
||||
|
||||
#### Replace Node.js
|
||||
|
||||
You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime:
|
||||
|
||||
```
|
||||
[nodejs]
|
||||
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
|
||||
```
|
||||
|
||||
## C
|
||||
|
||||
O módulo `c` mostra algumas informações sobre o seu compilador de C. Por padrão o módulo será exibido se o diretório atual contém um arquivo `.c` ou `.h`.
|
||||
|
@ -3033,7 +3044,9 @@ Este módulo é desabilitado por padrão. Para habilitar, defina `disabled` para
|
|||
```toml
|
||||
# This is the default symbols table.
|
||||
[os.symbols]
|
||||
AIX = "➿ "
|
||||
Alpaquita = "🔔 "
|
||||
AlmaLinux = "💠 "
|
||||
Alpine = "🏔️ "
|
||||
Amazon = "🙂 "
|
||||
Android = "🤖 "
|
||||
|
@ -3050,6 +3063,7 @@ Garuda = "🦅 "
|
|||
Gentoo = "🗜️ "
|
||||
HardenedBSD = "🛡️ "
|
||||
Illumos = "🐦 "
|
||||
Kali = "🐉 "
|
||||
Linux = "🐧 "
|
||||
Mabox = "📦 "
|
||||
Macos = "🍎 "
|
||||
|
@ -3068,11 +3082,14 @@ Pop = "🍭 "
|
|||
Raspbian = "🍓 "
|
||||
Redhat = "🎩 "
|
||||
RedHatEnterprise = "🎩 "
|
||||
RockyLinux = "💠 "
|
||||
Redox = "🧪 "
|
||||
Solus = "⛵ "
|
||||
SUSE = "🦎 "
|
||||
Ubuntu = "🎯 "
|
||||
Ultramarine = "🔷 "
|
||||
Unknown = "❓ "
|
||||
Void = " "
|
||||
Windows = "🪟 "
|
||||
```
|
||||
|
||||
|
|
|
@ -618,7 +618,9 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
|
||||
*: This variable can only be used as a part of a style string
|
||||
|
||||
### Example
|
||||
### Examples
|
||||
|
||||
#### Customize the format
|
||||
|
||||
```toml
|
||||
# ~/.config/starship.toml
|
||||
|
@ -627,6 +629,15 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
format = 'via [🍔 $version](bold green) '
|
||||
```
|
||||
|
||||
#### Replace Node.js
|
||||
|
||||
You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime:
|
||||
|
||||
```
|
||||
[nodejs]
|
||||
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
|
||||
```
|
||||
|
||||
## C
|
||||
|
||||
The `c` module shows some information about your C compiler. By default the module will be shown if the current directory contains a `.c` or `.h` file.
|
||||
|
@ -3033,7 +3044,9 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
|
|||
```toml
|
||||
# This is the default symbols table.
|
||||
[os.symbols]
|
||||
AIX = "➿ "
|
||||
Alpaquita = "🔔 "
|
||||
AlmaLinux = "💠 "
|
||||
Alpine = "🏔️ "
|
||||
Amazon = "🙂 "
|
||||
Android = "🤖 "
|
||||
|
@ -3050,6 +3063,7 @@ Garuda = "🦅 "
|
|||
Gentoo = "🗜️ "
|
||||
HardenedBSD = "🛡️ "
|
||||
Illumos = "🐦 "
|
||||
Kali = "🐉 "
|
||||
Linux = "🐧 "
|
||||
Mabox = "📦 "
|
||||
Macos = "🍎 "
|
||||
|
@ -3068,11 +3082,14 @@ Pop = "🍭 "
|
|||
Raspbian = "🍓 "
|
||||
Redhat = "🎩 "
|
||||
RedHatEnterprise = "🎩 "
|
||||
RockyLinux = "💠 "
|
||||
Redox = "🧪 "
|
||||
Solus = "⛵ "
|
||||
SUSE = "🦎 "
|
||||
Ubuntu = "🎯 "
|
||||
Ultramarine = "🔷 "
|
||||
Unknown = "❓ "
|
||||
Void = " "
|
||||
Windows = "🪟 "
|
||||
```
|
||||
|
||||
|
|
|
@ -618,7 +618,9 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
|
||||
*: Эта переменная может использоваться только в качестве части строки style
|
||||
|
||||
### Пример
|
||||
### Примеры
|
||||
|
||||
#### Customize the format
|
||||
|
||||
```toml
|
||||
# ~/.config/starship.toml
|
||||
|
@ -627,6 +629,15 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
format = 'via [🍔 $version](bold green) '
|
||||
```
|
||||
|
||||
#### Replace Node.js
|
||||
|
||||
You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime:
|
||||
|
||||
```
|
||||
[nodejs]
|
||||
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
|
||||
```
|
||||
|
||||
## C
|
||||
|
||||
The `c` module shows some information about your C compiler. By default the module will be shown if the current directory contains a `.c` or `.h` file.
|
||||
|
@ -3033,7 +3044,9 @@ The [os_info](https://lib.rs/crates/os_info) crate used by this module is known
|
|||
```toml
|
||||
# This is the default symbols table.
|
||||
[os.symbols]
|
||||
AIX = "➿ "
|
||||
Alpaquita = "🔔 "
|
||||
AlmaLinux = "💠 "
|
||||
Alpine = "🏔️ "
|
||||
Amazon = "🙂 "
|
||||
Android = "🤖 "
|
||||
|
@ -3050,6 +3063,7 @@ Garuda = "🦅 "
|
|||
Gentoo = "🗜️ "
|
||||
HardenedBSD = "🛡️ "
|
||||
Illumos = "🐦 "
|
||||
Kali = "🐉 "
|
||||
Linux = "🐧 "
|
||||
Mabox = "📦 "
|
||||
Macos = "🍎 "
|
||||
|
@ -3068,11 +3082,14 @@ Pop = "🍭 "
|
|||
Raspbian = "🍓 "
|
||||
Redhat = "🎩 "
|
||||
RedHatEnterprise = "🎩 "
|
||||
RockyLinux = "💠 "
|
||||
Redox = "🧪 "
|
||||
Solus = "⛵ "
|
||||
SUSE = "🦎 "
|
||||
Ubuntu = "🎯 "
|
||||
Ultramarine = "🔷 "
|
||||
Unknown = "❓ "
|
||||
Void = " "
|
||||
Windows = "🪟 "
|
||||
```
|
||||
|
||||
|
|
|
@ -618,7 +618,9 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
|
||||
*: This variable can only be used as a part of a style string
|
||||
|
||||
### Example
|
||||
### Examples
|
||||
|
||||
#### Customize the format
|
||||
|
||||
```toml
|
||||
# ~/.config/starship.toml
|
||||
|
@ -627,6 +629,15 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
format = 'via [🍔 $version](bold green) '
|
||||
```
|
||||
|
||||
#### Replace Node.js
|
||||
|
||||
You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime:
|
||||
|
||||
```
|
||||
[nodejs]
|
||||
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
|
||||
```
|
||||
|
||||
## C
|
||||
|
||||
The `c` module shows some information about your C compiler. By default the module will be shown if the current directory contains a `.c` or `.h` file.
|
||||
|
@ -3033,7 +3044,9 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
|
|||
```toml
|
||||
# This is the default symbols table.
|
||||
[os.symbols]
|
||||
AIX = "➿ "
|
||||
Alpaquita = "🔔 "
|
||||
AlmaLinux = "💠 "
|
||||
Alpine = "🏔️ "
|
||||
Amazon = "🙂 "
|
||||
Android = "🤖 "
|
||||
|
@ -3050,6 +3063,7 @@ Garuda = "🦅 "
|
|||
Gentoo = "🗜️ "
|
||||
HardenedBSD = "🛡️ "
|
||||
Illumos = "🐦 "
|
||||
Kali = "🐉 "
|
||||
Linux = "🐧 "
|
||||
Mabox = "📦 "
|
||||
Macos = "🍎 "
|
||||
|
@ -3068,11 +3082,14 @@ Pop = "🍭 "
|
|||
Raspbian = "🍓 "
|
||||
Redhat = "🎩 "
|
||||
RedHatEnterprise = "🎩 "
|
||||
RockyLinux = "💠 "
|
||||
Redox = "🧪 "
|
||||
Solus = "⛵ "
|
||||
SUSE = "🦎 "
|
||||
Ubuntu = "🎯 "
|
||||
Ultramarine = "🔷 "
|
||||
Unknown = "❓ "
|
||||
Void = " "
|
||||
Windows = "🪟 "
|
||||
```
|
||||
|
||||
|
|
|
@ -618,7 +618,9 @@ symbol = '🦬 '
|
|||
|
||||
*: Ця змінна може бути використана лише як частина стилю рядка
|
||||
|
||||
### Приклад
|
||||
### Приклади
|
||||
|
||||
#### Customize the format
|
||||
|
||||
```toml
|
||||
# ~/.config/starship.toml
|
||||
|
@ -627,6 +629,15 @@ symbol = '🦬 '
|
|||
format = 'via [🍔 $version](bold green) '
|
||||
```
|
||||
|
||||
#### Replace Node.js
|
||||
|
||||
You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime:
|
||||
|
||||
```
|
||||
[nodejs]
|
||||
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
|
||||
```
|
||||
|
||||
## C
|
||||
|
||||
Модуль `c` показує інформацію про ваш C компілятор. Стандартно модуль буде показаний, якщо поточна тека містить файли `.c` чи `.h`.
|
||||
|
@ -3033,7 +3044,9 @@ symbol = '☁️ '
|
|||
```toml
|
||||
# Це таблиця стандартних символів.
|
||||
[os.symbols]
|
||||
AIX = "➿ "
|
||||
Alpaquita = "🔔 "
|
||||
AlmaLinux = "💠 "
|
||||
Alpine = "🏔️ "
|
||||
Amazon = "🙂 "
|
||||
Android = "🤖 "
|
||||
|
@ -3050,6 +3063,7 @@ Garuda = "🦅 "
|
|||
Gentoo = "🗜️ "
|
||||
HardenedBSD = "🛡️ "
|
||||
Illumos = "🐦 "
|
||||
Kali = "🐉 "
|
||||
Linux = "🐧 "
|
||||
Mabox = "📦 "
|
||||
Macos = "🍎 "
|
||||
|
@ -3068,11 +3082,14 @@ Pop = "🍭 "
|
|||
Raspbian = "🍓 "
|
||||
Redhat = "🎩 "
|
||||
RedHatEnterprise = "🎩 "
|
||||
RockyLinux = "💠 "
|
||||
Redox = "🧪 "
|
||||
Solus = "⛵ "
|
||||
SUSE = "🦎 "
|
||||
Ubuntu = "🎯 "
|
||||
Ultramarine = "🔷 "
|
||||
Unknown = "❓ "
|
||||
Void = " "
|
||||
Windows = "🪟 "
|
||||
```
|
||||
|
||||
|
|
|
@ -618,7 +618,9 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
|
||||
*: Biến này có thể chỉ được sử dụng như một phần của style string
|
||||
|
||||
### Ví dụ
|
||||
### Các ví dụ
|
||||
|
||||
#### Customize the format
|
||||
|
||||
```toml
|
||||
# ~/.config/starship.toml
|
||||
|
@ -627,6 +629,15 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
format = 'via [🍔 $version](bold green) '
|
||||
```
|
||||
|
||||
#### Replace Node.js
|
||||
|
||||
You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime:
|
||||
|
||||
```
|
||||
[nodejs]
|
||||
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
|
||||
```
|
||||
|
||||
## C
|
||||
|
||||
The `c` module shows some information about your C compiler. By default the module will be shown if the current directory contains a `.c` or `.h` file.
|
||||
|
@ -3033,7 +3044,9 @@ Mặc định, mô đun này được vô hiệu. Để kích hoạt nó, thiế
|
|||
```toml
|
||||
# This is the default symbols table.
|
||||
[os.symbols]
|
||||
AIX = "➿ "
|
||||
Alpaquita = "🔔 "
|
||||
AlmaLinux = "💠 "
|
||||
Alpine = "🏔️ "
|
||||
Amazon = "🙂 "
|
||||
Android = "🤖 "
|
||||
|
@ -3050,6 +3063,7 @@ Garuda = "🦅 "
|
|||
Gentoo = "🗜️ "
|
||||
HardenedBSD = "🛡️ "
|
||||
Illumos = "🐦 "
|
||||
Kali = "🐉 "
|
||||
Linux = "🐧 "
|
||||
Mabox = "📦 "
|
||||
Macos = "🍎 "
|
||||
|
@ -3068,11 +3082,14 @@ Pop = "🍭 "
|
|||
Raspbian = "🍓 "
|
||||
Redhat = "🎩 "
|
||||
RedHatEnterprise = "🎩 "
|
||||
RockyLinux = "💠 "
|
||||
Redox = "🧪 "
|
||||
Solus = "⛵ "
|
||||
SUSE = "🦎 "
|
||||
Ubuntu = "🎯 "
|
||||
Ultramarine = "🔷 "
|
||||
Unknown = "❓ "
|
||||
Void = " "
|
||||
Windows = "🪟 "
|
||||
```
|
||||
|
||||
|
|
|
@ -620,6 +620,8 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
|
||||
### 示例
|
||||
|
||||
#### Customize the format
|
||||
|
||||
```toml
|
||||
# ~/.config/starship.toml
|
||||
|
||||
|
@ -627,6 +629,15 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
format = 'via [🍔 $version](bold green) '
|
||||
```
|
||||
|
||||
#### Replace Node.js
|
||||
|
||||
You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime:
|
||||
|
||||
```
|
||||
[nodejs]
|
||||
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
|
||||
```
|
||||
|
||||
## C
|
||||
|
||||
The `c` module shows some information about your C compiler. By default the module will be shown if the current directory contains a `.c` or `.h` file.
|
||||
|
@ -3033,7 +3044,9 @@ The [os_info](https://lib.rs/crates/os_info) crate used by this module is known
|
|||
```toml
|
||||
# This is the default symbols table.
|
||||
[os.symbols]
|
||||
AIX = "➿ "
|
||||
Alpaquita = "🔔 "
|
||||
AlmaLinux = "💠 "
|
||||
Alpine = "🏔️ "
|
||||
Amazon = "🙂 "
|
||||
Android = "🤖 "
|
||||
|
@ -3050,6 +3063,7 @@ Garuda = "🦅 "
|
|||
Gentoo = "🗜️ "
|
||||
HardenedBSD = "🛡️ "
|
||||
Illumos = "🐦 "
|
||||
Kali = "🐉 "
|
||||
Linux = "🐧 "
|
||||
Mabox = "📦 "
|
||||
Macos = "🍎 "
|
||||
|
@ -3068,11 +3082,14 @@ Pop = "🍭 "
|
|||
Raspbian = "🍓 "
|
||||
Redhat = "🎩 "
|
||||
RedHatEnterprise = "🎩 "
|
||||
RockyLinux = "💠 "
|
||||
Redox = "🧪 "
|
||||
Solus = "⛵ "
|
||||
SUSE = "🦎 "
|
||||
Ubuntu = "🎯 "
|
||||
Ultramarine = "🔷 "
|
||||
Unknown = "❓ "
|
||||
Void = " "
|
||||
Windows = "🪟 "
|
||||
```
|
||||
|
||||
|
|
|
@ -620,6 +620,8 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
|
||||
### 範例
|
||||
|
||||
#### Customize the format
|
||||
|
||||
```toml
|
||||
# ~/.config/starship.toml
|
||||
|
||||
|
@ -627,6 +629,15 @@ The `bun` module shows the currently installed version of the [bun](https://bun.
|
|||
format = 'via [🍔 $version](bold green) '
|
||||
```
|
||||
|
||||
#### Replace Node.js
|
||||
|
||||
You can override the `detect_files` property of [the nodejs module](#nodejs) in your config so as to only show the bun runtime:
|
||||
|
||||
```
|
||||
[nodejs]
|
||||
detect_files = ['package.json', '.node-version', '!bunfig.toml', '!bun.lockb']
|
||||
```
|
||||
|
||||
## C
|
||||
|
||||
The `c` module shows some information about your C compiler. By default the module will be shown if the current directory contains a `.c` or `.h` file.
|
||||
|
@ -3033,7 +3044,9 @@ The [os_info](https://lib.rs/crates/os_info) crate used by this module is known
|
|||
```toml
|
||||
# This is the default symbols table.
|
||||
[os.symbols]
|
||||
AIX = "➿ "
|
||||
Alpaquita = "🔔 "
|
||||
AlmaLinux = "💠 "
|
||||
Alpine = "🏔️ "
|
||||
Amazon = "🙂 "
|
||||
Android = "🤖 "
|
||||
|
@ -3050,6 +3063,7 @@ Garuda = "🦅 "
|
|||
Gentoo = "🗜️ "
|
||||
HardenedBSD = "🛡️ "
|
||||
Illumos = "🐦 "
|
||||
Kali = "🐉 "
|
||||
Linux = "🐧 "
|
||||
Mabox = "📦 "
|
||||
Macos = "🍎 "
|
||||
|
@ -3068,11 +3082,14 @@ Pop = "🍭 "
|
|||
Raspbian = "🍓 "
|
||||
Redhat = "🎩 "
|
||||
RedHatEnterprise = "🎩 "
|
||||
RockyLinux = "💠 "
|
||||
Redox = "🧪 "
|
||||
Solus = "⛵ "
|
||||
SUSE = "🦎 "
|
||||
Ubuntu = "🎯 "
|
||||
Ultramarine = "🔷 "
|
||||
Unknown = "❓ "
|
||||
Void = " "
|
||||
Windows = "🪟 "
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue