1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-18 08:12:21 +00:00

docs(i18n): new Crowdin updates (#4711)

This commit is contained in:
Matan Kushner 2022-12-14 00:50:29 +09:00 committed by GitHub
parent dac6d998cf
commit 42d8ec3717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
59 changed files with 987 additions and 987 deletions

View File

@ -119,13 +119,13 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
#### Elvish
::: تحذير
::: warning
Only elvish v0.18 or higher is supported.
:::
أضف ما يلي إلى نهاية `~/.elvish/rc.elv`:
أضف ما يلي إلى نهاية الملف `~/.elvish/rc.elv`:
```sh
# ~/.elvish/rc.elv
@ -147,7 +147,7 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
#### Nushell
::: تحذير
::: warning
This will change in the future. Only Nushell v0.61+ is supported.

View File

@ -656,7 +656,7 @@ The character will tell you whether the last command was successful or not. It c
By default it only changes color. If you also want to change its shape take a look at [this example](#with-custom-error-shape).
::: تحذير
::: warning
`vimcmd_symbol` is only supported in cmd, fish and zsh. `vimcmd_replace_one_symbol`, `vimcmd_replace_symbol`, and `vimcmd_visual_symbol` are only supported in fish due to [upstream issues with mode detection in zsh](https://github.com/starship/starship/issues/625#issuecomment-732454148).
@ -2038,13 +2038,13 @@ The default functionality is:
- 1 job -> `symbol` is shown.
- 2 jobs or more -> `symbol` + `number` are shown.
::: تحذير
::: warning
This module is not supported on tcsh and nu.
:::
::: تحذير
::: warning
The `threshold` option is deprecated, but if you want to use it, the module will show the number of jobs running if there is more than 1 job, or more than the `threshold` config value, if it exists. If `threshold` is set to 0, then the module will also show when there are 0 jobs running.
@ -2720,7 +2720,7 @@ symbol = '☁️ '
The `os` module shows the current operating system. OS information is detected via the [os_info](https://lib.rs/crates/os_info) crate.
::: تحذير
::: warning
The [os_info](https://lib.rs/crates/os_info) crate used by this module is known to be inaccurate on some systems.

View File

@ -178,7 +178,7 @@
<details>
<summary>Android</summary>
قم بتثبيت Starship باستخدام أي من package managers التاليين:
يمكنك تثبيت starship باستخدام احد ال package managers التالية:
| Repository | Instructions |
| --------------------------------------------------------------------------------- | ---------------------- |
@ -189,7 +189,7 @@
<details>
<summary>BSD</summary>
قم بتثبيت Starship باستخدام أي من package managers التاليين:
يمكنك تثبيت starship باستخدام احد ال package managers التالية:
| Distribution | Repository | Instructions |
| ------------ | -------------------------------------------------------- | --------------------------------- |
@ -270,7 +270,7 @@ curl -sS https://starship.rs/install.sh | sh
<details>
<summary>Bash</summary>
أضف ما يلي إلى نهاية ملف `~/.bashrc`:
أضف ما يلي إلى نهاية `~/.bashrc`:
```sh
eval "$(starship init bash)"
@ -292,7 +292,7 @@ load(io.popen('starship init cmd'):read("*a"))()
<details>
<summary>Elvish</summary>
أضف ما يلي إلى نهاية الملف `~/.elvish/rc.elv`:
أضف ما يلي إلى نهاية `~/.elvish/rc.elv`:
```sh
eval (starship init elvish)
@ -305,7 +305,7 @@ eval (starship init elvish)
<details>
<summary>Fish</summary>
أضف ما يلي إلى نهاية الملف `~/.fish/config.fish`:
أضف ما يلي إلى نهاية `~/.config/fish/config.fish`:
```fish
starship init fish | source
@ -316,7 +316,7 @@ starship init fish | source
<details>
<summary>Ion</summary>
أضف ما يلي إلى نهاية الملف `config/ion/initrc`:
أضف ما يلي إلى نهاية `~/.config/ion/initrc`:
```sh
eval $(starship init ion)

View File

@ -119,7 +119,7 @@ description: 'Starship: یەکێ لە promptـە سوکەڵە، خێرا، و ب
#### Elvish
::: ئاگادارکردنەوە
::: warning
Only elvish v0.18 or higher is supported.
@ -147,7 +147,7 @@ description: 'Starship: یەکێ لە promptـە سوکەڵە، خێرا، و ب
#### Nushell
::: ئاگادارکردنەوە
::: warning
This will change in the future. Only Nushell v0.61+ is supported.

View File

@ -656,7 +656,7 @@ The character will tell you whether the last command was successful or not. It c
By default it only changes color. If you also want to change its shape take a look at [this example](#with-custom-error-shape).
::: ئاگادارکردنەوە
::: warning
`vimcmd_symbol` is only supported in cmd, fish and zsh. `vimcmd_replace_one_symbol`, `vimcmd_replace_symbol`, and `vimcmd_visual_symbol` are only supported in fish due to [upstream issues with mode detection in zsh](https://github.com/starship/starship/issues/625#issuecomment-732454148).
@ -2038,13 +2038,13 @@ The default functionality is:
- 1 job -> `symbol` is shown.
- 2 jobs or more -> `symbol` + `number` are shown.
::: ئاگادارکردنەوە
::: warning
This module is not supported on tcsh and nu.
:::
::: ئاگادارکردنەوە
::: warning
The `threshold` option is deprecated, but if you want to use it, the module will show the number of jobs running if there is more than 1 job, or more than the `threshold` config value, if it exists. If `threshold` is set to 0, then the module will also show when there are 0 jobs running.
@ -2720,7 +2720,7 @@ symbol = '☁️ '
The `os` module shows the current operating system. OS information is detected via the [os_info](https://lib.rs/crates/os_info) crate.
::: ئاگادارکردنەوە
::: warning
The [os_info](https://lib.rs/crates/os_info) crate used by this module is known to be inaccurate on some systems.

View File

@ -52,7 +52,7 @@ Standardmäßig protokolliert Starship Warnungen und Fehler in einer Datei names
export STARSHIP_CACHE=~/.starship/cache
```
Für die Windows PowerShell diese Zeile zum `$PROFILE` hinzufügen:
Äquivalent ist in der Windows PowerShell diese Zeile zum `$PROFILE` hinzuzufügen:
```powershell
$ENV:STARSHIP_CACHE = "$HOME\AppData\Local\Temp"
@ -66,7 +66,7 @@ os.setenv('STARSHIP_CACHE', 'C:\\Users\\user\\AppData\\Local\\Temp')
### Terminologie
**Module**: Eine Komponente in der Konsole, die auf kontextualisierte Informationen des OS basiert. Beispielsweise zeigt das "nodejs" Module die Version von Node.js, welches derzeitig auf deinem Computer installiert ist, an, falls dein derzeitiger Ordner ein Node.js Projekt ist.
**Modul**: Eine Komponente in der Eingabeaufforderung, welche Informationen basierend auf Kontextinformationen deines Betriebssystems angibt. Beispielsweise zeigt das "nodejs" Module die Version von Node.js, welches derzeitig auf deinem Computer installiert ist, an, falls dein derzeitiger Ordner ein Node.js Projekt ist.
**Variable**: Eine kleinere Unterkomponente, welche Information des Moduls enthält. Zum Beispiel enthält die Variable "version" im Modul "nodejs" die aktuelle Version von Node.js.
@ -197,7 +197,7 @@ Dies ist eine Liste mit Prompt-weiten Konfigurationsoptionen.
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ----------------- | ------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `format` | [link](#default-prompt-format) | Das Aussehen des Prompts festlegen. |
| `right_format` | `''` | Sieh [Enable Right Prompt](/advanced-config/#enable-right-prompt) |
@ -422,7 +422,7 @@ The `azure` module shows the current Azure Subscription. This is based on showin
### Optionen
| Variable | Standardwert | Beschreibung |
| Variable | Standartwert | Beschreibung |
| ---------- | ---------------------------------------- | ------------------------------------------ |
| `format` | `'on [$symbol($subscription)]($style) '` | The format for the Azure module to render. |
| `symbol` | `'ﴃ '` | The symbol used in the format. |
@ -1013,7 +1013,7 @@ The `deno` module shows you your currently installed version of [Deno](https://d
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -1051,7 +1051,7 @@ For example, given `~/Dev/Nix/nixpkgs/pkgs` where `nixpkgs` is the repo root, an
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| `truncation_length` | `3` | Die Anzahl der übergeordneten Ordner, die angezeigt werden. |
| `truncate_to_repo` | `true` | Whether or not to truncate to the root of the git repo that you're currently in. |
@ -1070,7 +1070,7 @@ For example, given `~/Dev/Nix/nixpkgs/pkgs` where `nixpkgs` is the repo root, an
<details>
<summary>Dieses Modul hat einige erweiterte Konfigurationsoptionen, welche die Darstellung von Verzeichnissen steuern.</summary>
| Advanced Option | Standardwert | Beschreibung |
| Advanced Option | Standartwert | Beschreibung |
| --------------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `substitutions` | | A table of substitutions to be made to the path. |
| `fish_style_pwd_dir_length` | `0` | The number of characters to use when applying fish shell pwd path logic. |
@ -1128,7 +1128,7 @@ The `docker_context` module shows the currently active [Docker context](https://
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| `format` | `'via [$symbol$context]($style) '` | Das Format für das Modul. |
| `symbol` | `'🐳 '` | The symbol used before displaying the Docker context. |
@ -1181,7 +1181,7 @@ The module will also show the Target Framework Moniker (<https://docs.microsoft.
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )(🎯 $tfm )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -1223,7 +1223,7 @@ The `elixir` module shows the currently installed version of [Elixir](https://el
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ----------------------------------------------------------- | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version \(OTP $otp_version\) )]($style)'` | The format for the module elixir. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -1266,7 +1266,7 @@ The `elm` module shows the currently installed version of [Elm](https://elm-lang
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | -------------------------------------------------- | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -1320,7 +1320,7 @@ default = 'unknown user'
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ---------- | ------------------------------ | ---------------------------------------------------------------------------------------- |
| `symbol` | `''` | Das Symbol, das vor der Anzeige der Variable verwendet wird. |
| `variable` | | Die anzuzeigende Umgebungsvariable. |
@ -1369,7 +1369,7 @@ The `erlang` module shows the currently installed version of [Erlang/OTP](https:
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -1405,7 +1405,7 @@ The `fill` module fills any extra space on the line with a symbol. If multiple `
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ---------- | -------------- | --------------------------------- |
| `symbol` | `'.'` | The symbol used to fill the line. |
| `style` | `'bold black'` | Stil für dieses Modul. |
@ -1434,7 +1434,7 @@ The `gcloud` module shows the current configuration for [`gcloud`](https://cloud
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ----------------- | ---------------------------------------------------------- | ---------------------------------------------------------------- |
| `format` | `'on [$symbol$account(@$domain)(\($region\))]($style) '` | Das Format für das Modul. |
| `symbol` | `'☁️ '` | The symbol used before displaying the current GCP profile. |
@ -1507,7 +1507,7 @@ Das `git_branch`-Modul zeigt den aktiven Git-Branch des Repositories im aktuelle
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| -------------------- | ------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| `always_show_remote` | `false` | Shows the remote tracking branch name, even if it is equal to the local branch name. |
| `format` | `'on [$symbol$branch(:$remote_branch)]($style) '` | Das Format für das Modul. Use `'$branch'` to refer to the current branch name. |
@ -1549,7 +1549,7 @@ The `git_commit` module shows the current commit hash and also the tag (if any)
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| -------------------- | ------------------------------ | ------------------------------------------------------------------------------------ |
| `commit_hash_length` | `7` | The length of the displayed git commit hash. |
| `format` | `'[\($hash$tag\)]($style) '` | Das Format für das Modul. |
@ -1585,7 +1585,7 @@ The `git_state` module will show in directories which are part of a git reposito
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| -------------- | --------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| `rebase` | `'REBASING'` | A format string displayed when a `rebase` is in progress. |
| `merge` | `'MERGING'` | A format string displayed when a `merge` is in progress. |
@ -1631,7 +1631,7 @@ Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration `dis
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| -------------------- | ------------------------------------------------------------ | ------------------------------------- |
| `added_style` | `'bold green'` | The style for the added count. |
| `deleted_style` | `'bold red'` | The style for the deleted count. |
@ -1672,7 +1672,7 @@ The Git Status module is very slow in Windows directories (for example under `/m
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ----------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| `format` | `'([\[$all_status$ahead_behind\]]($style) )'` | The default format for `git_status` |
| `conflicted` | `'='` | This branch has merge conflicts. |
@ -1778,7 +1778,7 @@ The `golang` module shows the currently installed version of [Go](https://golang
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ----------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -1814,7 +1814,7 @@ The `guix_shell` module shows the [guix-shell](https://guix.gnu.org/manual/devel
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ---------- | -------------------------- | ------------------------------------------------------ |
| `format` | `'via [$symbol]($style) '` | Das Format für das Modul. |
| `symbol` | `"🐃 "` | A format string representing the symbol of guix-shell. |
@ -1851,7 +1851,7 @@ By default the module will be shown if any of the following conditions are met:
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------ | -------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `symbol` | `'λ '` | A format string representing the symbol of Haskell |
@ -1883,7 +1883,7 @@ The `haxe` module shows the currently installed version of [Haxe](https://haxe.o
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| `format` | `"via [$symbol($version )]($style)"` | Das Format für das Modul. |
| `version_format` | `"v${raw}"` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -1922,7 +1922,7 @@ The `helm` module shows the currently installed version of [Helm](https://helm.s
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -1958,7 +1958,7 @@ Das `hostname`-Modul zeigt den Hostnamen des Systems an.
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------ | -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| `ssh_only` | `true` | Zeigt den Hostnamen nur, wenn via SSH-Sitzung verbunden. |
| `ssh_symbol` | `'🌐 '` | A format string representing the symbol when connected to SSH session. |
@ -1998,7 +1998,7 @@ The `java` module shows the currently installed version of [Java](https://www.or
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| `format` | `'via [${symbol}(${version} )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -2052,7 +2052,7 @@ The `threshold` option is deprecated, but if you want to use it, the module will
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------ | ----------------------------- | -------------------------------------------------------------------------------- |
| `threshold`* | `1` | Zeigt die Anzahl der Jobs wenn der angegebene Schwellenwert überschritten wurde. |
| `symbol_threshold` | `1` | Show `symbol` if the job count is at least `symbol_threshold`. |
@ -2095,7 +2095,7 @@ The `julia` module shows the currently installed version of [Julia](https://juli
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -2133,7 +2133,7 @@ The `kotlin` module shows the currently installed version of [Kotlin](https://ko
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -2186,7 +2186,7 @@ When the module is enabled it will always be active, unless any of `detect_exten
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ---------------------------------------------------- | --------------------------------------------------------------------- |
| `symbol` | `'☸ '` | A format string representing the symbol displayed before the Cluster. |
| `format` | `'[$symbol$context( \($namespace\))]($style) in '` | Das Format für das Modul. |
@ -2265,7 +2265,7 @@ Das `line_break`-Modul unterteilt den Prompt in zwei Zeilen.
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ---------- | ------------ | ---------------------------------------------------------------------- |
| `disabled` | `false` | Deaktiviert das `line_break`-Modul, wodurch der Prompt einzeilig wird. |
@ -2284,7 +2284,7 @@ The `localip` module shows the IPv4 address of the primary network interface.
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ---------- | ------------------------- | ------------------------------------------------------ |
| `ssh_only` | `true` | Only show IP address when connected to an SSH session. |
| `format` | `'[$localipv4]($style) '` | Das Format für das Modul. |
@ -2321,7 +2321,7 @@ The `lua` module shows the currently installed version of [Lua](http://www.lua.o
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------ | -------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -2366,7 +2366,7 @@ Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration `dis
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ----------- | ----------------------------------------------- | --------------------------------------------------------------------- |
| `threshold` | `75` | Speicherauslastung ausblenden, wenn sie unter diesem Prozentsatz ist. |
| `format` | `'via $symbol [${ram}( \| ${swap})]($style) '` | Das Format für das Modul. |
@ -2407,7 +2407,7 @@ By default the Meson project name is displayed, if `$MESON_DEVENV` is set.
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ---------------------------------- | ----------------------------------------------------------------------------------------- |
| `truncation_length` | `2^32 - 1` | Truncates a project name to `N` graphemes. |
| `truncation_symbol` | `'…'` | The symbol used to indicate a project name was truncated. You can use `''` for no symbol. |
@ -2444,7 +2444,7 @@ The `hg_branch` module shows the active branch of the repo in your current direc
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | -------------------------------- | -------------------------------------------------------------------------------------------- |
| `symbol` | `' '` | The symbol used before the hg bookmark or branch name of the repo in your current directory. |
| `style` | `'bold purple'` | Stil für dieses Modul. |
@ -2485,7 +2485,7 @@ The `nim` module shows the currently installed version of [Nim](https://nim-lang
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -2522,7 +2522,7 @@ The `nix_shell` module shows the [nix-shell](https://nixos.org/guides/nix-pills/
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------ | ---------------------------------------------- | ----------------------------------------------------- |
| `format` | `'via [$symbol$state( \($name\))]($style) '` | Das Format für das Modul. |
| `symbol` | `'❄️ '` | A format string representing the symbol of nix-shell. |
@ -2567,7 +2567,7 @@ The `nodejs` module shows the currently installed version of [Node.js](https://n
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------------ | ----------------------------------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -2611,7 +2611,7 @@ The `ocaml` module shows the currently installed version of [OCaml](https://ocam
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------------- | -------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )(\($switch_indicator$switch_name\) )]($style)'` | The format string for the module. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -2651,7 +2651,7 @@ The `opa` module shows the currently installed version of the OPA tool. By defau
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -2687,7 +2687,7 @@ The `openstack` module shows the current OpenStack cloud and project. The module
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ---------- | ----------------------------------------------- | -------------------------------------------------------------- |
| `format` | `'on [$symbol$cloud(\($project\))]($style) '` | Das Format für das Modul. |
| `symbol` | `'☁️ '` | The symbol used before displaying the current OpenStack cloud. |
@ -2734,7 +2734,7 @@ Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration `dis
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ---------- | --------------------- | ------------------------------------------------------ |
| `format` | `"[$symbol]($style)"` | Das Format für das Modul. |
| `style` | `"bold white"` | Stil für dieses Modul. |
@ -2839,7 +2839,7 @@ Das `Package` Modul wird angezeigt, wenn das aktuelle Verzeichnis das Repository
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ----------------- | --------------------------------- | ------------------------------------------------------------------------- |
| `format` | `'is [$symbol$version]($style) '` | Das Format für das Modul. |
| `symbol` | `'📦 '` | Symbol das vor der Paketversion angezeigt wird. |
@ -2879,7 +2879,7 @@ The `perl` module shows the currently installed version of [Perl](https://www.pe
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | The format string for the module. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -2917,7 +2917,7 @@ The `php` module shows the currently installed version of [PHP](https://www.php.
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -2964,7 +2964,7 @@ By default the module will be shown if any of the following conditions are met:
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ---------------- | -------------------------------------------- | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($username@)$stack]($style) '` | The format string for the module. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -3014,7 +3014,7 @@ The `purescript` module shows the currently installed version of [PureScript](ht
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -3064,7 +3064,7 @@ By default the module will be shown if any of the following conditions are met:
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| -------------------- | ------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------- |
| `format` | `'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -3147,7 +3147,7 @@ The `rlang` module shows the currently installed version of [R](https://www.r-pr
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -3184,7 +3184,7 @@ The `raku` module shows the currently installed version of [Raku](https://www.ra
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------------------ | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version-$vm_version )]($style)'` | The format string for the module. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -3221,7 +3221,7 @@ By default the `red` module shows the currently installed version of [Red](https
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -3264,7 +3264,7 @@ Starship gets the current Ruby version by running `ruby -v`.
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -3304,7 +3304,7 @@ By default the `rust` module shows the currently installed version of [Rust](htt
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -3346,7 +3346,7 @@ The `scala` module shows the currently installed version of [Scala](https://www.
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ---------------------------------------- | ------------------------------------------------------------------------- |
| `format` | `'via [${symbol}(${version} )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -3388,7 +3388,7 @@ Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration `dis
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ---------------------- | ------------------------- | ------------------------------------------------------------ |
| `bash_indicator` | `'bsh'` | A format string used to represent bash. |
| `fish_indicator` | `'fsh'` | A format string used to represent fish. |
@ -3407,7 +3407,7 @@ Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration `dis
### Variables
| Variable | Standardwert | Beschreibung |
| Variable | Standartwert | Beschreibung |
| --------- | ------------ | ---------------------------------------------------------- |
| indicator | | Mirrors the value of `indicator` for currently used shell. |
| style\* | | Spiegelt den Wert der Option `style`. |
@ -3433,7 +3433,7 @@ The `shlvl` module shows the current [`SHLVL`](https://tldp.org/LDP/abs/html/int
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ----------- | ---------------------------- | ------------------------------------------------------------- |
| `threshold` | `2` | Display threshold. |
| `format` | `'[$symbol$shlvl]($style) '` | Das Format für das Modul. |
@ -3469,7 +3469,7 @@ The `singularity` module shows the current [Singularity](https://sylabs.io/singu
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ---------- | -------------------------------- | ------------------------------------------------ |
| `format` | `'[$symbol\[$env\]]($style) '` | Das Format für das Modul. |
| `symbol` | `''` | A format string displayed before the image name. |
@ -3501,7 +3501,7 @@ The `spack` module shows the current [Spack](https://spack.readthedocs.io/en/lat
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `truncation_length` | `1` | The number of directories the environment path should be truncated to. `0` bedeutet keine Kürzung. Beachte auch die Beschreibung für das [`directory`](#directory) Modul. |
| `symbol` | `'🅢 '` | Symbol das vor dem Umgebungsnamen angezeigt wird. |
@ -3540,7 +3540,7 @@ Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration `dis
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| --------------------------- | ---------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| `format` | `'[$symbol$status]($style) '` | The format of the module |
| `symbol` | `'❌'` | The symbol displayed on program error |
@ -3601,7 +3601,7 @@ Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration `dis
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| --------------- | ------------------------ | ------------------------------------------------------- |
| `format` | `'[as $symbol]($style)'` | The format of the module |
| `symbol` | `'🧙 '` | The symbol displayed when credentials are cached |
@ -3647,7 +3647,7 @@ By default the `swift` module shows the currently installed version of [Swift](h
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -3694,7 +3694,7 @@ By default the module will be shown if any of the following conditions are met:
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol$workspace]($style) '` | The format string for the module. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -3736,7 +3736,7 @@ format = '[🏎💨 $version$workspace]($style) '
format = '[🏎💨 $workspace]($style) '
```
## Uhrzeit
## Zeit
Das `time` Modul zeigt die aktuelle **lokale** Zeit an. Der `format` Wert wird von der crate [`chrono`](https://crates.io/crates/chrono) benutzt um die Zeit zu formatieren. Schau dir [die chrono strftime Dokumentation](https://docs.rs/chrono/0.4.7/chrono/format/strftime/index.html) an, um die möglichen Optionen zu sehen.
@ -3748,7 +3748,7 @@ Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration `dis
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ----------------- | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| `format` | `'at [$time]($style) '` | The format string for the module. |
| `use_12hr` | `false` | Aktiviert 12-Stunden-Format |
@ -3799,7 +3799,7 @@ SSH connection is detected by checking environment variables `SSH_CONNECTION`, `
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------- | ----------------------- | ---------------------------------------------- |
| `style_root` | `'bold red'` | The style used when the user is root/admin. |
| `style_user` | `'bold yellow'` | Stil wenn der Benutzer nicht unter root läuft. |
@ -3835,7 +3835,7 @@ The `vagrant` module shows the currently installed version of [Vagrant](https://
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -3874,7 +3874,7 @@ The `vlang` module shows you your currently installed version of [V](https://vla
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | -------------------------------------------- | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -3907,7 +3907,7 @@ The `vcsh` module displays the current active [VCSH](https://github.com/RichiH/v
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ---------- | -------------------------------- | ------------------------------------------------------ |
| `symbol` | `''` | The symbol used before displaying the repository name. |
| `style` | `'bold yellow'` | Stil für dieses Modul. |
@ -3941,7 +3941,7 @@ By default the the `zig` module shows the currently installed version of [Zig](h
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Das Format für das Modul. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
@ -4011,7 +4011,7 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt
### Optionen
| Option | Standardwert | Beschreibung |
| Option | Standartwert | Beschreibung |
| ------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `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. |

View File

@ -25,7 +25,7 @@
<a href="https://discord.gg/starship"
><img
src="https://img.shields.io/discord/567163873606500352?label=discord&logoColor=white&style=flat-square"
alt="Chat auf Discord"
alt="Auf Discord chatten"
/></a>
<a href="https://twitter.com/StarshipPrompt"
><img
@ -111,7 +111,7 @@
><img
height="20"
src="https://raw.githubusercontent.com/starship/starship/master/media/flag-ru.png"
alt="Russisch"
alt="Русский"
/></a>
&nbsp;
<a
@ -145,12 +145,12 @@
<img
src="https://raw.githubusercontent.com/starship/starship/master/media/demo.gif"
alt="Starship mit iTerm2 und dem Snazzy Thema"
alt="Starship mit iTem2 und dem Theme „Snazzy“"
width="50%"
align="right"
/>
**Minimale, super schnelle und unendlich anpassbare Prompt für jede Shell!**
**Der minimalistische, super schnelle und unendlich anpassbare Prompt für jede Shell!**
- **Schnell:** sie ist schnell _sehr, sehr_ schnell! 🚀
- **Konfigurierbar:** konfiguriere jedes Detail der Prompt.
@ -400,15 +400,15 @@ Falls du Starship weiter anpassen möchtest:
## 🤝 Mitwirken
Wir laden Leute **aller Erfahrungsstufen** herzlich ein mitzumachen! Falls du dich mit dem Projekt vertaut machen willst, versuche ein [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue).
Wir sind immer auf der Suche nach Helfern **jeder Erfahrungsstufe**! Probleme mit dem Label [„Good first issues“](https://github.com/starship/starship/labels/🌱%20good%20first%20issue) sind der beste Weg, um dich mit dem Projekt vertraut zu machen.
Wenn du eine andere Sprache flüssig sprichts, würden wir uns sehr freuen wenn du helfen würdest die Dokumentation in anderen Sprachen auf dem aktuellsten Stand zu halten. Hier kannst du bei der Übersetzung helfen [Starship Crowdin](https://translate.starship.rs/).
Falls du an Starship mitwirken willst, wirf bitte einen Blick auf den [Contributing Guide](https://github.com/starship/starship/blob/master/CONTRIBUTING.md). Schau auch gerne auf unserem [Discord server](https://discord.gg/8Jzqu3T) vorbei. 👋
Falls du an Starship mitwirken willst, wirf bitte einen Blick auf den [Leitfaden zum Mitwirken](https://github.com/starship/starship/blob/master/CONTRIBUTING.md). Schau auch gerne auf unserem [Discord-Server](https://discord.gg/8Jzqu3T) vorbei. 👋
## 💭 Inspiriert durch
Checkt bitte diese älteren Projekte, die das Entstehen von Starhip inspiriert haben. 🙏
Schaut euch bitte auch die Projekte an, die die Entstehung von Starship inspiriert haben. 🙏
- **[denysdovhan/spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt)** A ZSH prompt for astronauts.

View File

@ -10,9 +10,9 @@ Las configuraciones de esta sección están sujetos a cambios en futuras version
## TransientPrompt en PowerShell
It is possible to replace the previous-printed prompt with a custom string. This is useful in cases where all the prompt information is not always needed. To enable this, run `Enable-TransientPrompt` in the shell session. To make it permanent, put this statement in your `$PROFILE`. Transience can be disabled on-the-fly with `Disable-TransientPrompt`.
Es posible reemplazar la entrada impresa anteriormente con una cadena personalizada. Esto es útil en los casos que toda la información de la entrada no es siempre necesaria. Para habilitar esto, ejecuta `Enable-TransientPrompt` en la línea de comandos. Para hacerlo permanente, haz esta declaración en tu `$PROFILE`. La transitoriedad puede ser desactivada al momento con `Disable-TransientPrompt`.
By default, the left side of input gets replaced with `>`. To customize this, define a new function called `Invoke-Starship-TransientFunction`. For example, to display Starship's `character` module here, you would do
Por defecto, el lado izquierdo de la entrada es reemplazado por `>`. Para personalizar esto, defina una nueva función llamada `Invoke-Starship-TransientFunction`. Por ejemplo, para mostrar el módulo `character` de Starship aquí, harías
```powershell
function Invoke-Starship-TransientFunction {
@ -26,7 +26,7 @@ Enable-TransientPrompt
## TransientPrompt y TransientRight Prompt en Cmd
Clink allows you to replace the previous-printed prompt with custom strings. This is useful in cases where all the prompt information is not always needed. To enable this, run `clink set prompt.transient <value>` where \<value\> can be one of:
Clink allows you to replace the previous-printed prompt with custom strings. Esto es útil en los casos que toda la información de la entrada no es siempre necesaria. To enable this, run `clink set prompt.transient <value>` where \<value\> can be one of:
- `always`: always replace the previous prompt
- `same_dir`: replace the previous prompt only if the working directory is same
@ -34,7 +34,7 @@ Clink allows you to replace the previous-printed prompt with custom strings. Thi
You need to do this only once. Make the following changes to your `starship.lua` to customize what gets displayed on the left and on the right:
- By default, the left side of input gets replaced with `>`. To customize this, define a new function called `starship_transient_prompt_func`. This function receives the current prompt as a string that you can utilize. For example, to display Starship's `character` module here, you would do
- Por defecto, el lado izquierdo de la entrada es reemplazado por `>`. To customize this, define a new function called `starship_transient_prompt_func`. This function receives the current prompt as a string that you can utilize. Por ejemplo, para mostrar el módulo `character` de Starship aquí, harías
```lua
function starship_transient_prompt_func(prompt)
@ -56,11 +56,11 @@ load(io.popen('starship init cmd'):read("*a"))()
## TransientPrompt and TransientRightPrompt in Fish
It is possible to replace the previous-printed prompt with a custom string. This is useful in cases where all the prompt information is not always needed. To enable this, run `enable_transience` in the shell session. To make it permanent, put this statement in your `~/.config/fish/config.fish`. Transience can be disabled on-the-fly with `disable_transience`.
Es posible reemplazar la entrada impresa anteriormente con una cadena personalizada. Esto es útil en los casos que toda la información de la entrada no es siempre necesaria. To enable this, run `enable_transience` in the shell session. To make it permanent, put this statement in your `~/.config/fish/config.fish`. Transience can be disabled on-the-fly with `disable_transience`.
Note that in case of Fish, the transient prompt is only printed if the commandline is non-empty, and syntactically correct.
- By default, the left side of input gets replaced with a bold-green ``. To customize this, define a new function called `starship_transient_prompt_func`. For example, to display Starship's `character` module here, you would do
- By default, the left side of input gets replaced with a bold-green ``. To customize this, define a new function called `starship_transient_prompt_func`. Por ejemplo, para mostrar el módulo `character` de Starship aquí, harías
```fish
function starship_transient_prompt_func
@ -265,7 +265,7 @@ Las cadenas de estilo son una lista de palabras, separadas por espacios en blanc
- `bg:<color>`
- `fg:<color>`
- `<color>`
- `none`
- `ninguno`
donde `<color>` es un especificador de color (discutido a continuación). `fg:<color>` y `<color>` hacen actualmente lo mismo, aunque esto puede cambiar en el futuro. `inverted` cambia el fondo y los colores de primer plano. El orden de las palabras en la cadena no importa.

File diff suppressed because it is too large Load Diff

View File

@ -71,7 +71,7 @@
><img
height="20"
src="https://raw.githubusercontent.com/starship/starship/master/media/flag-fr.png"
alt="Français"
alt="Frans"
/></a>
&nbsp;
<a
@ -298,7 +298,7 @@ Añade el siguiente código al final de `~/.elvish/rc.elv`:
eval (starship init elvish)
```
Nota: Solo se admite Elvish v0.18+
Nota: Sólo se admite Elvish v0.18+
</details>
@ -390,7 +390,7 @@ eval "$(starship init zsh)"
### Paso 3. Configurar Starship
Inicia una nueva instancia de shell, y deberías ver tu nuevo y hermoso prompt para shell. Si estás contento con los valores por defecto, ¡disfruta!
Inicia una nueva instancia de shell, y deberías ver tu nuevo y hermoso prompt para shell. Si está contento con los valores por defecto, ¡disfrútelos!
Si estás buscando personalizar Starship:
@ -400,15 +400,15 @@ Si estás buscando personalizar Starship:
## 🤝 Contribuir
¡Siempre estamos buscando colaboradores de **todos los niveles y habilidades**! Si estás interesado en empezar en el proyecto con algo sencillo, prueba con un problema etiquetado como [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue).
¡Siempre estamos buscando colaboradores de **todos los niveles y habilidades**! Si estas buscando una manera fácil de ayudar este proyecto, puedes intentar resolver un problema con la etiqueta "[good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue)".
Si hablas con fluidez en un idioma que no sea inglés, agradecemos mucho cualquier ayuda para mantener nuestros documentos traducidos y actualizados en otros idiomas. Si quieres ayudar, puedes contribuir con las traducciones en el [Crowdin de Starship](https://translate.starship.rs/).
Si habla con fluidez en un idioma que no es inglés, agradecemos mucho cualquier ayuda para mantener nuestros documentos traducidos y actualizados en otros idiomas. Si quieres ayudar, puedes contribuir con las traducciones en el [Crowdin de Starship](https://translate.starship.rs/).
Si estás interesado en ayudar contribuyendo a starship, por favor échale un vistazo a [Guía de Colaboración](https://github.com/starship/starship/blob/master/CONTRIBUTING.md). También siéntete libre de pasarte por nuestro [servidor de Discord](https://discord.gg/8Jzqu3T) y saludarnos. 👋
Si estás interesado en ayudar contribuyendo a Starship, por favor échale un vistazo a nuestra [Guía de Colaboración](https://github.com/starship/starship/blob/master/CONTRIBUTING.md). Además, siéntete libre de entrar en nuestro [servidor de Discord](https://discord.gg/8Jzqu3T) y di "¡Hola!". 👋
## 💭 Inspirado por
Por favor, revisa estos proyectos que inspiraron la creación de Starship. 🙏
Por favor, revisa estas obras anteriores que ayudaron a inspirar la creación de la nave. 🙏
- **[denysdovhan/spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt)** Un prompt de ZSH para astronautas.
@ -416,11 +416,11 @@ Por favor, revisa estos proyectos que inspiraron la creación de Starship. 🙏
- **[reujab/silver](https://github.com/reujab/silver)** - Un prompt multi-intérprete de comandos personalizable basada en Powerline con iconos.
## ❤️ Sponsors
## ❤️ Patrocinadores
Support this project by [becoming a sponsor](https://github.com/sponsors/starship). Your name or logo will show up here with a link to your website.
Apoya este proyecto [convirtiéndote en patrocinador](https://github.com/sponsors/starship). Tu nombre o logo aparecerá aquí con un enlace a tu sitio web.
**Supporter Tier**
**Patrocinadores**
- [Dimension](https://dimension.dev/)

View File

@ -76,7 +76,7 @@ format = "tomó [$duration]($style) "
### Módulos afectados
#### Character
#### Carácter
| Propiedad eliminada | Reemplazo |
| ----------------------- | ---------------- |
@ -235,7 +235,7 @@ behind = "⇣${count}"
++ format = '[$symbol\[$env\]]($style) '
```
#### Hora
#### Time
| Propiedad eliminada | Reemplazo |
| ------------------- | ------------- |

View File

@ -4,7 +4,7 @@
Este preajuste está inspirado en [M365Princess](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/M365Princess.omp.json). También muestra cómo funciona la sustitución de rutas en Starship.
![Captura de pantalla del preajuste Pastel Powerline](/presets/img/pastel-powerline.png)
![Captura de pantalla del preajuste de Pastel Powerline](/presets/img/pastel-powerline.png)
### Prerequisitos

File diff suppressed because it is too large Load Diff

View File

@ -38,7 +38,7 @@ NUM_JOBS=$(jobs -p | wc -l)
PS1="$(starship prompt --status=$STATUS --jobs=$NUM_JOBS)"
```
[L'implémentation Bash](https://github.com/starship/starship/blob/master/src/init/starship.bash) intégrée dans Starship est légèrement plus complexe pour permettre des fonctionnalités avancées comme le [module Durée de commande](https://starship.rs/config/#command-duration) et pour s'assurer que Starship est compatible avec les configurations Bash préinstallées.
L' [implémentation Bash](https://github.com/starship/starship/blob/master/src/init/starship.bash) intégrée à Starship est légèrement plus complexe pour permettre des fonctionnalités avancées comme le [module de durée de commande](https://starship.rs/config/#command-duration) et pour s'assurer que Starship est compatible avec les configurations Bash pré-installées.
Pour une liste de tous les flags acceptés par `starship prompt`, utilisez la commande suivante :
@ -107,7 +107,7 @@ Si l'un ou l'autre des symboles ne parvient pas à s'afficher correctement, votr
## Comment désinstaller Starship ?
Starship est tout aussi facile à désinstaller que d'installer.
Starship est tout aussi facile à désinstaller quinstaller.
1. Supprimez les lignes de la configuration de votre shell (par exemple `~/.bashrc`) utilisées pour initialiser Starship.
1. Supprimez l'exécutable de Starship.

View File

@ -145,7 +145,7 @@
<img
src="https://raw.githubusercontent.com/starship/starship/master/media/demo.gif"
alt="Starship dans iTerm2 avec le thème Snazzy"
alt="Starship avec iTerm2 et le thème Snazzy"
width="50%"
align="right"
/>
@ -265,12 +265,12 @@ Installez Starship en utilisant lun de ces gestionnaires de paquets:
### Étape 2. Configurer votre shell pour Starship
Configurez votre shell pour initialiser starship. Sélectionnez le vôtre dans la liste ci-dessous:
Configurez votre shell pour initialiser starship. Sélectionnez le vôtre dans la liste ci-dessous:
<details>
<summary>Bash</summary>
Ajouter ce qui suit à la fin de `~/.bashrc`:
Ajoutez ce qui suit à la fin de `~/.bashrc`:
```sh
eval "$(starship init bash)"
@ -281,7 +281,7 @@ eval "$(starship init bash)"
<details>
<summary>Cmd</summary>
Vous devez utiliser [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) avec Cmd. Créez un fichier avec le chemin `%LocalAppData%\clink\starship.lua` et le contenu suivant:
Vous devez utiliser [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) avec Cmd. Créez le fichier `%LocalAppData%\clink\starship.lua` avec le contenu suivant:
```lua
load(io.popen('starship init cmd'):read("*a"))()
@ -298,14 +298,14 @@ Ajoutez ce qui suit à la fin de `~/.elvish/rc.elv`:
eval (starship init elvish)
```
Note: Seul Elvish v0.18+ est supporté
Note: Seul Elvish v0.18+ est supporté
</details>
<details>
<summary>Fish</summary>
Ajoute ce qui suit à la fin de `~/.config/fish/config.fish`:
Ajoutez le code suivant à la fin de `~/.config/fish/config.fish`:
```fish
starship init fish | source
@ -316,7 +316,7 @@ starship init fish | source
<details>
<summary>Ion</summary>
Ajouter ce qui suit à la fin de `~/.config/ion/initrc`:
Ajoutez ce qui suit à la fin de `~/.config/ion/initrc`:
```sh
eval $(starship init ion)
@ -347,7 +347,7 @@ Note: Seul Nushell v0.61+ est supporté
<details>
<summary>PowerShell</summary>
Ajoutez ce qui suit à la fin de votre configuration PowerShell (trouvez-la en exécutant `$PROFILE`):
Ajoutez le code suivant à la fin de votre configuration de PowerShell (trouvez-la en exécutant `$PROFILE`):
```powershell
Invoke-Expression (&starship init powershell)
@ -380,7 +380,7 @@ execx($(starship init xonsh))
<details>
<summary>Zsh</summary>
Ajouter ce qui suit à la fin de `~/.zshrc`:
Ajoutez ce qui suit à la fin de `~/.zshrc`:
```sh
eval "$(starship init zsh)"
@ -390,9 +390,9 @@ eval "$(starship init zsh)"
### Étape 3. Configurer Starship
Démarrez une nouvelle instance de votre shell, et vous devriez voir votre magnifique nouveau prompt. Si vous appréciez les paramètres par défaut, profitez!
Démarrez une nouvelle instance de votre shell, et vous devriez voir votre magnifique nouveau prompt. Si vous êtes satisfait des valeurs par défaut, profitez-en !
Si vous souhaitez personnaliser Starship:
Si vous cherchez à personnaliser davantage Starship :
- **[Configuration](https://starship.rs/config/)** apprenez à configurer Starship pour ajuster votre prompt à vos préférences
@ -400,15 +400,15 @@ Si vous souhaitez personnaliser Starship:
## 🤝 Contribuer
Nous sommes toujours à la recherche de contributeurs de **tous les niveaux de compétence**! Si vous cherchez à faciliter votre entrée dans le projet, essayez un [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue).
Nous sommes toujours à la recherche de contributeurs de **tous niveaux de compétence**! Si vous cherchez à faciliter votre entrée dans le projet, essayez un [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue).
Si vous parlez couramment une langue autre que l'anglais, nous apprécions grandement toute aide pour que nos documents soient traduits et mis à jour dans d'autres langues. Si vous souhaitez nous aider, les traductions peuvent êtres suggérées sur le [Crowdin de Starship](https://translate.starship.rs/).
Si vous parlez couramment une langue autre que l'anglais, nous apprécions grandement toute aide pour traduire et mettre à jour notre documentation dans d'autres langues. Si vous souhaitez nous aider, les traductions se font sur le [Crowdin Starship](https://translate.starship.rs/).
Si vous êtes intéressé à aider à contribuer à Starship, veuillez jeter un coup d'oeil à notre [Guide de contribution](https://github.com/starship/starship/blob/master/CONTRIBUTING.md). Aussi, n'hésitez pas à vous rendre sur notre [serveur Discord](https://discord.gg/8Jzqu3T) pour dire bonjour. 👋
Si vous êtes intéressé pour aider et contribuer à Starship, veuillez jeter un coup d'œil à notre [Guide de contribution](https://github.com/starship/starship/blob/master/CONTRIBUTING.md). Aussi, n'hésitez pas à nous rendre sur notre [serveur Discord](https://discord.gg/8Jzqu3T) pour dire bonjour. 👋
## 💭Inspiré par
Jetez un œil aux précédents projets qui ont inspiré la création de starship. 🙏
Voyez ces travaux précédents qui ont contribué à inspirer la création de Starship. 🙏
- **[denysdovhan/spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt)** Un prompt ZSH pour les astronautes.

View File

@ -76,11 +76,11 @@ format = "took [$duration]($style) "
### Modules affectés
#### Caractères
#### Caractère
| Propriété supprimée | Remplacement |
| ----------------------- | ---------------- |
| `symbol` | `success_symbol` |
| `symbole` | `success_symbol` |
| `use_symbol_for_status` | `error_symbol` |
| `style_success` | `success_symbol` |
| `style_failure` | `error_symbol` |

View File

@ -34,7 +34,7 @@ Ce préréglage change les symboles de chaque module en texte brut. Idéal si vo
Ce préréglage masque la version des environnements. Si vous travaillez dans des conteneurs ou environnements virtuels, celui-là est pour vous!
[![Capture d'écran du préréglage Cacher les versions des environnements](/presets/img/no-runtime-versions.png "Cliquez pour voir le préréglage Pas de version des environnements")](./no-runtimes)
[![Capture d'écran du préréglage Pas de version des environnements](/presets/img/no-runtime-versions.png "Cliquez pour voir le préréglage Pas de version des environnements")](./no-runtimes)
## [No Empty Icons](./no-empty-icons.md)

View File

@ -4,7 +4,7 @@
Ce préréglage masque la version des environnements. Si vous travaillez dans des conteneurs ou environnements virtuels, celui-là est pour vous!
![Capture d'écran du préréglage Cacher les versions des environnements](/presets/img/no-runtime-versions.png)
![Capture d'écran du préréglage Pas de version des environnements](/presets/img/no-runtime-versions.png)
### Configuration

View File

@ -4,7 +4,7 @@
Ce préréglage change les symboles de chaque module en texte brut. Idéal si vous n'avez pas accès à Unicode.
![Capture d'écran du préréglage Symboles en texte brut](/presets/img/plain-text-symbols.png)
![Capture d'écran du préréglage Texte uniquement](/presets/img/plain-text-symbols.png)
### Configuration

View File

@ -250,7 +250,7 @@ Catatan: Continuation prompts hanya tersedia pada beberapa shells berikut:
continuation_prompt = "▶▶"
```
## Menata String
## Penataan String
Penataan string adalah kumpulan kata-kata, yang dipisahkan oleh ruang kosong. Kumpulannya tidak bersifat case sensitive (mis. `tebal` dan `TeBaL` dianggap sebagai string yang sama). Tiap-tiap kata berikut adalah opsinya:

View File

@ -156,7 +156,7 @@ Sebagai contoh:
- `'[⌘ $version](bold green)'` will print a symbol `⌘` followed by the content of variable `version`, with bold text colored green.
- `'[a [b](red) c](green)'` will print `a b c` with `b` red, and `a` and `c` green.
#### Menata String
#### Penataan String
Sebagian besar modul starship memungkinkan kamu untuk mengkonfigurasi gaya tampilannya. Hal ini dilakukan dengan sebuah entri (biasanya `style`) yang konfigurasinya ditentukan oleh string. Berikut adalah beberapa contoh penataan pada string dan kegunaannya. Untuk detail sintaksis yang lebih lengkap, lihat [panduan konfigurasi lanjutan](/advanced-config/).
@ -350,7 +350,7 @@ When using [saml2aws](https://github.com/Versent/saml2aws) the expiration inform
| Opsi | Bawaan | Deskripsi |
| ------------------- | --------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| `fromat` | `'on [$symbol($profile )(\($region\) )(\[$duration\] )]($style)'` | Format dari modul. |
| `format` | `'on [$symbol($profile )(\($region\) )(\[$duration\] )]($style)'` | Format dari modul. |
| `symbol` | `'☁️ '` | Simbol yang digunakan sebelum menampilkan profil AWS terkini. |
| `region_aliases` | `{}` | Tabel alias dari region yang ditampilan selain nama AWS. |
| `profile_aliases` | `{}` | Table of profile aliases to display in addition to the AWS name. |
@ -424,7 +424,7 @@ The `azure` module shows the current Azure Subscription. This is based on showin
| Variabel | Bawaan | Deskripsi |
| ---------- | ---------------------------------------- | ------------------------------------------ |
| `fromat` | `'on [$symbol($subscription)]($style) '` | The format for the Azure module to render. |
| `format` | `'on [$symbol($subscription)]($style) '` | The format for the Azure module to render. |
| `symbol` | `'ﴃ '` | The symbol used in the format. |
| `style` | `'blue bold'` | The style used in the format. |
| `disabled` | `true` | Disables the `azure` module. |
@ -468,7 +468,7 @@ Modul `battery` menampilkan seberapa penuh baterai perangkat terisi dan status p
| `discharging_symbol` | `' '` | Simbol dimunculkan ketika baterai terpakai. |
| `unknown_symbol` | `' '` | Simbol dimunculkan ketika keadaan baterai tidak dikenali. |
| `empty_symbol` | `' '` | Simbol dimunculkan ketika keadaan baterai kosong. |
| `fromat` | `'[$symbol$percentage]($style) '` | Format dari modul. |
| `format` | `'[$symbol$percentage]($style) '` | Format dari modul. |
| `display` | [link](#battery-display) | Menampilkan ambang dan gaya dari modul. |
| `disabled` | `false` | Menonaktifkan modul `baterai`. |
@ -532,7 +532,7 @@ The `buf` module shows the currently installed version of [Buf](https://buf.buil
| Opsi | Bawaan | Deskripsi |
| ------------------- | ----------------------------------------------- | ----------------------------------------------------- |
| `fromat` | `'with [$symbol($version )]($style)'` | The format for the `buf` module. |
| `format` | `'with [$symbol($version )]($style)'` | The format for the `buf` module. |
| `version_format` | `'v${raw}'` | Format dari versi. |
| `symbol` | `'🐃 '` | The symbol used before displaying the version of Buf. |
| `detect_extensions` | `[]` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -564,14 +564,14 @@ symbol = '🦬 '
The `bun` module shows the currently installed version of the [bun](https://bun.sh) JavaScript runtime. Secara bawaan, modul akan aktif jika beberapa syarat berikut telah terpenuhi:
- Direktori terkini yang berisikan sebuah file `bun.lockb`
- Direktori terkini yang berisikan sebuah file `bunfig.toml`
- Direktori ini memiliki berkas `bun.lockb`
- Direktori ini memiliki berkas `bunfig.toml`
### Opsi
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🍞 '` | A format string representing the symbol of Bun. |
| `detect_extensions` | `[]` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -607,7 +607,7 @@ The `c` module shows some information about your C compiler. By default the modu
| Opsi | Bawaan | Deskripsi |
| ------------------- | --------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version(-$name) )]($style)'` | The format string for the module. |
| `format` | `'via [$symbol($version(-$name) )]($style)'` | The format string for the module. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'C '` | The symbol used before displaying the compiler details |
| `detect_extensions` | `['c', 'h']` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -666,7 +666,7 @@ Secara bawaan karakter hanya dapat mengganti warna. Jika kamu juga ingin menggan
| Opsi | Bawaan | Deskripsi |
| --------------------------- | -------------------- | ------------------------------------------------------------------------------------------------- |
| `fromat` | `'$symbol '` | Format string yang digunakan sebelum masukan teks. |
| `format` | `'$symbol '` | Format string yang digunakan sebelum masukan teks. |
| `success_symbol` | `'[](bold green)'` | Format string yang digunakan sebelum masukan teks jika perintah sebelumnya berhasil. |
| `error_symbol` | `'[](bold red)'` | Format string yang digunakan sebelum masukan teks jika perintah sebelumnya gagal. |
| `vimcmd_symbol` | `'[](bold green)'` | Format string yang digunakan sebelum masukan teks jika shell sedang dalam vim dengan mode normal. |
@ -723,7 +723,7 @@ Modul `cmake` menampilkan versi terkini dari [CMake](https://cmake.org/) yang te
| Opsi | Bawaan | Deskripsi |
| ------------------- | -------------------------------------- | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'△ '` | Simbol yang digunakan sebelum versi cmake. |
| `detect_extensions` | `[]` | Ekstensi mana yang sebaiknya memicu modul ini |
@ -754,7 +754,7 @@ The `cobol` module shows the currently installed version of COBOL. By default, t
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `symbol` | `'⚙️ '` | The symbol used before displaying the version of COBOL. |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `style` | `'bold blue'` | Gaya penataan untuk modul. |
| `detect_extensions` | `['cbl', 'cob', 'CBL', 'COB']` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -790,7 +790,7 @@ Pengguna Bash yang membutuhkan fungsi seperti preexec dapat menggunakan [kerangk
| ---------------------- | ----------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `min_tim` | `2_000` | Durasi terpendek untuk menampilkan waktu (dalam milidetik). |
| `show_milliseconds` | `false` | Tampilkan milidetik sebagai ganti detik untuk durasinya. |
| `fromat` | `'took [$duration]($style) '` | Format dari modul. |
| `format` | `'took [$duration]($style) '` | Format dari modul. |
| `style` | `'bold yellow'` | Gaya penataan untuk modul. |
| `disabled` | `false` | Menonaktifkan modul `cmd_duration`. |
| `show_notifications` | `false` | Menampilkan notifikasi layar ketika perintah selesai. |
@ -833,7 +833,7 @@ Hal ini tidak menahan pengubah (modifier) prompt dari conda sendiri, kamu mungki
| `truncation_length` | `1` | Jumlah direktori yang dipotong oleh environment path, jika environment-nya dibuat melalui `conda create -p [path]`. `0` artinya tidak ada potongan. Lihat juga modul [`directory`](#directory). |
| `symbol` | `'🅒 '` | Simbol yang digunakan sebelum nama environment. |
| `style` | `'bold green'` | Gaya penataan untuk modul. |
| `fromat` | `'via [$symbol$environment]($style) '` | Format dari modul. |
| `format` | `'via [$symbol$environment]($style) '` | Format dari modul. |
| `ignore_base` | `true` | Mengabaikan `base` environment saat aktif. |
| `disabled` | `false` | Menonaktifkan modul `conda`. |
@ -866,7 +866,7 @@ The `container` module displays a symbol and container name, if inside a contain
| ---------- | ---------------------------------- | ----------------------------------------- |
| `symbol` | `'⬢'` | The symbol shown, when inside a container |
| `style` | `'bold red dimmed'` | Gaya penataan untuk modul. |
| `fromat` | `'[$symbol \[$name\]]($style) '` | Format dari modul. |
| `format` | `'[$symbol \[$name\]]($style) '` | Format dari modul. |
| `disabled` | `false` | Disables the `container` module. |
### Variabel
@ -900,7 +900,7 @@ Modul `crystal` menampilkan versi terkini dari [Crystal](https://crystal-lang.or
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `symbol` | `'🔮 '` | Simbol yang digunakan sebelum menampilkan versi crystal terkini. |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `style` | `'bold red'` | Gaya penataan untuk modul. |
| `detect_extensions` | `['cr']` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -931,13 +931,13 @@ format = 'via [✨ $version](bold blue) '
The `daml` module shows the currently used [Daml](https://www.digitalasset.com/developers) SDK version when you are in the root directory of your Daml project. The `sdk-version` in the `daml.yaml` file will be used, unless it's overridden by the `DAML_SDK_VERSION` environment variable. Secara bawaan, modul akan aktif jika beberapa syarat berikut telah terpenuhi:
- Direktori terkini yang berisikan sebuah file `daml.yaml`
- Direktori ini memiliki berkas `daml.yaml`
### Opsi
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'Λ '` | A format string representing the symbol of Daml |
| `style` | `'bold cyan'` | Gaya penataan untuk modul. |
@ -977,7 +977,7 @@ Modul `dart` menampilkan versi terkini dari [Dart](https://dart.dev/) yang terpa
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------------------- | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🎯 '` | Sebuah format string yang melambangkan simbol Dart |
| `detect_extensions` | `['dart']` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -1015,7 +1015,7 @@ Modul `deno` menampilkan versi terkini dari [Deno](https://deno.land/) yang terp
| Opsi | Bawaan | Deskripsi |
| ------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🦕 '` | Sebuah format string yang melambangkan simbol Deno |
| `detect_extensions` | `[]` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -1130,7 +1130,7 @@ The `docker_context` module shows the currently active [Docker context](https://
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol$context]($style) '` | Format dari modul. |
| `format` | `'via [$symbol$context]($style) '` | Format dari modul. |
| `symbol` | `'🐳 '` | Simbol yang digunakan sebelum menampilkan Docker context. |
| `only_with_files` | `true` | Hanya ditampilkan jika terdapat kecocokan |
| `detect_extensions` | `[]` | Extensions mana yang harusnya memicu modul (butuh `only_with_files` untuk diset true). |
@ -1183,7 +1183,7 @@ The module will also show the Target Framework Moniker (<https://docs.microsoft.
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )(🎯 $tfm )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )(🎯 $tfm )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'.NET '` | Simbol yang digunakan sebelum menampilkan versi dotnet terkini. |
| `heuristic` | `true` | Menggunakan versi yang lebih cepat untuk membuat starship tetap trendi. |
@ -1225,7 +1225,7 @@ Modul `elixir` menampilkan versi terkini dari [Elixir](https://elixir-lang.org/)
| Opsi | Bawaan | Deskripsi |
| ------------------- | ----------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version \(OTP $otp_version\) )]($style)'` | Format dari modul elixir. |
| `format` | `'via [$symbol($version \(OTP $otp_version\) )]($style)'` | Format dari modul elixir. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'💧 '` | Simbol yang digunakan sebelum menampilkan versi Elixir/Erlang terkini. |
| `detect_extensions` | `[]` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -1268,7 +1268,7 @@ Modul `elixir` menampilkan versi terkini dari [Elm](https://elm-lang.org/) yang
| Opsi | Bawaan | Deskripsi |
| ------------------- | -------------------------------------------------- | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🌳 '` | Sebuah format string yang melambangkan simbol Elm. |
| `detect_extensions` | `['elm']` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -1325,7 +1325,7 @@ default = 'unknown user'
| `symbol` | `''` | Simbol yang digunakan sebelum menampilkan nilai dari variabel. |
| `variabel` | | Variabel environment yang akan ditampilkan. |
| `bawaan` | | Nilai bawaan yang akan ditampilkan ketika variabel yang terpilih tidak didefinisikan. |
| `fromat` | `'with [$env_value]($style) '` | Format dari modul. |
| `format` | `'with [$env_value]($style) '` | Format dari modul. |
| `disabled` | `false` | Menonaktifkan modul `env_var`. |
### Variabel
@ -1364,14 +1364,14 @@ default = 'unknown user'
The `erlang` module shows the currently installed version of [Erlang/OTP](https://erlang.org/doc/). Secara bawaan, modul akan aktif jika beberapa syarat berikut telah terpenuhi:
- Direktori terkini yang berisikan sebuah file `rebar.config`.
- Direktori terkini yang berisikan sebuah file `erlang.mk`.
- Direktori ini memiliki berkas `rebar.config`.
- Direktori ini memiliki berkas `erlang.mk`.
### Opsi
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `' '` | The symbol used before displaying the version of erlang. |
| `style` | `'bold red'` | Gaya penataan untuk modul. |
@ -1436,7 +1436,7 @@ The `gcloud` module shows the current configuration for [`gcloud`](https://cloud
| Opsi | Bawaan | Deskripsi |
| ----------------- | ---------------------------------------------------------- | ---------------------------------------------------------------- |
| `fromat` | `'on [$symbol$account(@$domain)(\($region\))]($style) '` | Format dari modul. |
| `format` | `'on [$symbol$account(@$domain)(\($region\))]($style) '` | Format dari modul. |
| `symbol` | `'☁️ '` | The symbol used before displaying the current GCP profile. |
| `region_aliases` | `{}` | Table of region aliases to display in addition to the GCP name. |
| `project_aliases` | `{}` | Table of project aliases to display in addition to the GCP name. |
@ -1510,7 +1510,7 @@ The `git_branch` module shows the active branch of the repo in your current dire
| Opsi | Bawaan | Deskripsi |
| -------------------- | ------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| `always_show_remote` | `false` | Shows the remote tracking branch name, even if it is equal to the local branch name. |
| `fromat` | `'on [$symbol$branch(:$remote_branch)]($style) '` | Format dari modul. Use `'$branch'` to refer to the current branch name. |
| `format` | `'on [$symbol$branch(:$remote_branch)]($style) '` | Format dari modul. Use `'$branch'` to refer to the current branch name. |
| `symbol` | `' '` | A format string representing the symbol of git branch. |
| `style` | `'bold purple'` | Gaya penataan untuk modul. |
| `truncation_length` | `2^63 - 1` | Truncates a git branch to `N` graphemes. |
@ -1552,7 +1552,7 @@ The `git_commit` module shows the current commit hash and also the tag (if any)
| Opsi | Bawaan | Deskripsi |
| -------------------- | ------------------------------ | ------------------------------------------------------------------------------------ |
| `commit_hash_length` | `7` | The length of the displayed git commit hash. |
| `fromat` | `'[\($hash$tag\)]($style) '` | Format dari modul. |
| `format` | `'[\($hash$tag\)]($style) '` | Format dari modul. |
| `style` | `'bold green'` | Gaya penataan untuk modul. |
| `only_detached` | `true` | Only show git commit hash when in detached `HEAD` state |
| `tag_disabled` | `true` | Disables showing tag info in `git_commit` module. |
@ -1595,7 +1595,7 @@ The `git_state` module will show in directories which are part of a git reposito
| `am` | `'AM'` | A format string displayed when an `apply-mailbox` (`git am`) is in progress. |
| `am_or_rebase` | `'AM/REBASE'` | A format string displayed when an ambiguous `apply-mailbox` or `rebase` is in progress. |
| `style` | `'bold yellow'` | Gaya penataan untuk modul. |
| `fromat` | `'\([$state( $progress_current/$progress_total)]($style)\) '` | Format dari modul. |
| `format` | `'\([$state( $progress_current/$progress_total)]($style)\) '` | Format dari modul. |
| `disabled` | `false` | Disables the `git_state` module. |
### Variabel
@ -1636,7 +1636,7 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
| `added_style` | `'bold green'` | The style for the added count. |
| `deleted_style` | `'bold red'` | The style for the deleted count. |
| `only_nonzero_diffs` | `true` | Render status only for changed items. |
| `fromat` | `'([+$added]($added_style) )([-$deleted]($deleted_style) )'` | Format dari modul. |
| `format` | `'([+$added]($added_style) )([-$deleted]($deleted_style) )'` | Format dari modul. |
| `disabled` | `true` | Disables the `git_metrics` module. |
### Variabel
@ -1674,7 +1674,7 @@ The Git Status module is very slow in Windows directories (for example under `/m
| Opsi | Bawaan | Deskripsi |
| ------------------- | ----------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| `fromat` | `'([\[$all_status$ahead_behind\]]($style) )'` | The default format for `git_status` |
| `format` | `'([\[$all_status$ahead_behind\]]($style) )'` | The default format for `git_status` |
| `conflicted` | `'='` | This branch has merge conflicts. |
| `ahead` | `'⇡'` | The format of `ahead` |
| `behind` | `'⇣'` | The format of `behind` |
@ -1766,8 +1766,8 @@ windows_starship = '/mnt/c/Users/username/scoop/apps/starship/current/starship.e
The `golang` module shows the currently installed version of [Go](https://golang.org/). Secara bawaan, modul akan aktif jika beberapa syarat berikut telah terpenuhi:
- Direktori terkini yang berisikan sebuah file `go.mod`
- Direktori terkini yang berisikan sebuah file `go.sum`
- Direktori ini memiliki berkas `go.mod`
- Direktori ini memiliki berkas `go.sum`
- Direktori ini memiliki berkas `go.work`
- Direktori ini memiliki berkas `glide.yaml`
- Direktori ini memiliki berkas `Gopkg.yml`
@ -1780,7 +1780,7 @@ The `golang` module shows the currently installed version of [Go](https://golang
| Opsi | Bawaan | Deskripsi |
| ------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🐹 '` | A format string representing the symbol of Go. |
| `detect_extensions` | `['go']` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -1816,7 +1816,7 @@ The `guix_shell` module shows the [guix-shell](https://guix.gnu.org/manual/devel
| Opsi | Bawaan | Deskripsi |
| ---------- | -------------------------- | ------------------------------------------------------ |
| `fromat` | `'via [$symbol]($style) '` | Format dari modul. |
| `format` | `'via [$symbol]($style) '` | Format dari modul. |
| `symbol` | `"🐃 "` | A format string representing the symbol of guix-shell. |
| `style` | `"yellow bold"` | Gaya penataan untuk modul. |
| `disabled` | `false` | Disables the `guix_shell` module. |
@ -1846,14 +1846,14 @@ The `haskell` module finds the current selected GHC version and/or the selected
Secara bawaan, modul akan aktif jika beberapa syarat berikut telah terpenuhi:
- Direktori terkini yang berisikan sebuah file `stack.yaml`
- Direktori ini memiliki berkas `stack.yaml`
- The current directory contains any `.hs`, `.cabal`, or `.hs-boot` file
### Opsi
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------ | -------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `symbol` | `'λ '` | A format string representing the symbol of Haskell |
| `detect_extensions` | `['hs', 'cabal', 'hs-boot']` | Ekstensi mana yang sebaiknya memicu modul ini. |
| `detect_files` | `['stack.yaml', 'cabal.project']` | filenames mana yang sebaiknya memicu modul ini. |
@ -1885,7 +1885,7 @@ The `haxe` module shows the currently installed version of [Haxe](https://haxe.o
| Opsi | Bawaan | Deskripsi |
| ------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| `fromat` | `"via [$symbol($version )]($style)"` | Format dari modul. |
| `format` | `"via [$symbol($version )]($style)"` | Format dari modul. |
| `version_format` | `"v${raw}"` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `detect_extensions` | `["hx", "hxml"]` | Ekstensi mana yang sebaiknya memicu modul ini. |
| `detect_files` | `["project.xml", "Project.xml", "application.xml", "haxelib.json", "hxformat.json", ".haxerc"]` | filenames mana yang sebaiknya memicu modul ini. |
@ -1924,7 +1924,7 @@ The `helm` module shows the currently installed version of [Helm](https://helm.s
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `detect_extensions` | `[]` | Ekstensi mana yang sebaiknya memicu modul ini. |
| `detect_files` | `['helmfile.yaml', 'Chart.yaml']` | filenames mana yang sebaiknya memicu modul ini. |
@ -1963,7 +1963,7 @@ The `hostname` module shows the system hostname.
| `ssh_only` | `true` | Only show hostname when connected to an SSH session. |
| `ssh_symbol` | `'🌐 '` | A format string representing the symbol when connected to SSH session. |
| `trim_at` | `'.'` | String that the hostname is cut off at, after the first match. `'.'` will stop after the first dot. `''` will disable any truncation |
| `fromat` | `'[$ssh_symbol$hostname]($style) in '` | Format dari modul. |
| `format` | `'[$ssh_symbol$hostname]($style) in '` | Format dari modul. |
| `style` | `'bold dimmed green'` | Gaya penataan untuk modul. |
| `disabled` | `false` | Disables the `hostname` module. |
@ -2000,7 +2000,7 @@ The `java` module shows the currently installed version of [Java](https://www.or
| Opsi | Bawaan | Deskripsi |
| ------------------- | -------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [${symbol}(${version} )]($style)'` | Format dari modul. |
| `format` | `'via [${symbol}(${version} )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `detect_extensions` | `['java', 'class', 'gradle', 'jar', 'cljs', 'cljc']` | Ekstensi mana yang sebaiknya memicu modul ini. |
| `detect_files` | `['pom.xml', 'build.gradle.kts', 'build.sbt', '.java-version', 'deps.edn', 'project.clj', 'build.boot']` | filenames mana yang sebaiknya memicu modul ini. |
@ -2057,7 +2057,7 @@ The `threshold` option is deprecated, but if you want to use it, the module will
| `threshold`* | `1` | Show number of jobs if exceeded. |
| `symbol_threshold` | `1` | Show `symbol` if the job count is at least `symbol_threshold`. |
| `number_threshold` | `2` | Show the number of jobs if the job count is at least `number_threshold`. |
| `fromat` | `'[$symbol$number]($style) '` | Format dari modul. |
| `format` | `'[$symbol$number]($style) '` | Format dari modul. |
| `symbol` | `'✦'` | The string used to represent the `symbol` variable. |
| `style` | `'bold blue'` | Gaya penataan untuk modul. |
| `disabled` | `false` | Disables the `jobs` module. |
@ -2097,7 +2097,7 @@ The `julia` module shows the currently installed version of [Julia](https://juli
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `detect_extensions` | `['jl']` | Ekstensi mana yang sebaiknya memicu modul ini. |
| `detect_files` | `['Project.toml', 'Manifest.toml']` | filenames mana yang sebaiknya memicu modul ini. |
@ -2135,7 +2135,7 @@ The `kotlin` module shows the currently installed version of [Kotlin](https://ko
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `detect_extensions` | `['kt', 'kts']` | Ekstensi mana yang sebaiknya memicu modul ini. |
| `detect_files` | `[]` | filenames mana yang sebaiknya memicu modul ini. |
@ -2189,7 +2189,7 @@ When the module is enabled it will always be active, unless any of `detect_exten
| Opsi | Bawaan | Deskripsi |
| ------------------- | ---------------------------------------------------- | --------------------------------------------------------------------- |
| `symbol` | `'☸ '` | A format string representing the symbol displayed before the Cluster. |
| `fromat` | `'[$symbol$context( \($namespace\))]($style) in '` | Format dari modul. |
| `format` | `'[$symbol$context( \($namespace\))]($style) in '` | Format dari modul. |
| `style` | `'cyan bold'` | Gaya penataan untuk modul. |
| `context_aliases` | `{}` | Table of context aliases to display. |
| `user_aliases` | `{}` | Table of user aliases to display. |
@ -2287,7 +2287,7 @@ The `localip` module shows the IPv4 address of the primary network interface.
| Opsi | Bawaan | Deskripsi |
| ---------- | ------------------------- | ------------------------------------------------------ |
| `ssh_only` | `true` | Only show IP address when connected to an SSH session. |
| `fromat` | `'[$localipv4]($style) '` | Format dari modul. |
| `format` | `'[$localipv4]($style) '` | Format dari modul. |
| `style` | `'bold yellow'` | Gaya penataan untuk modul. |
| `disabled` | `true` | Disables the `localip` module. |
@ -2323,7 +2323,7 @@ The `lua` module shows the currently installed version of [Lua](http://www.lua.o
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🌙 '` | A format string representing the symbol of Lua. |
| `detect_extensions` | `['lua']` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -2369,7 +2369,7 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
| Opsi | Bawaan | Deskripsi |
| ----------- | ----------------------------------------------- | -------------------------------------------------------- |
| `threshold` | `75` | Hide the memory usage unless it exceeds this percentage. |
| `fromat` | `'via $symbol [${ram}( \| ${swap})]($style) '` | Format dari modul. |
| `format` | `'via $symbol [${ram}( \| ${swap})]($style) '` | Format dari modul. |
| `symbol` | `'🐏'` | The symbol used before displaying the memory usage. |
| `style` | `'bold dimmed white'` | Gaya penataan untuk modul. |
| `disabled` | `true` | Disables the `memory_usage` module. |
@ -2411,7 +2411,7 @@ By default the Meson project name is displayed, if `$MESON_DEVENV` is set.
| ------------------- | ---------------------------------- | ----------------------------------------------------------------------------------------- |
| `truncation_length` | `2^32 - 1` | Truncates a project name to `N` graphemes. |
| `truncation_symbol` | `'…'` | The symbol used to indicate a project name was truncated. You can use `''` for no symbol. |
| `fromat` | `'via [$symbol$project]($style) '` | Format dari modul. |
| `format` | `'via [$symbol$project]($style) '` | Format dari modul. |
| `symbol` | `'⬢ '` | The symbol used before displaying the project name. |
| `style` | `'blue bold'` | Gaya penataan untuk modul. |
| `disabled` | `false` | Disables the `meson` module. |
@ -2448,7 +2448,7 @@ The `hg_branch` module shows the active branch of the repo in your current direc
| ------------------- | -------------------------------- | -------------------------------------------------------------------------------------------- |
| `symbol` | `' '` | The symbol used before the hg bookmark or branch name of the repo in your current directory. |
| `style` | `'bold purple'` | Gaya penataan untuk modul. |
| `fromat` | `'on [$symbol$branch]($style) '` | Format dari modul. |
| `format` | `'on [$symbol$branch]($style) '` | Format dari modul. |
| `truncation_length` | `2^63 - 1` | Truncates the hg branch name to `N` graphemes |
| `truncation_symbol` | `'…'` | The symbol used to indicate a branch name was truncated. |
| `disabled` | `true` | Disables the `hg_branch` module. |
@ -2487,7 +2487,7 @@ The `nim` module shows the currently installed version of [Nim](https://nim-lang
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'👑 '` | The symbol used before displaying the version of Nim. |
| `detect_extensions` | `['nim', 'nims', 'nimble']` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -2524,7 +2524,7 @@ The `nix_shell` module shows the [nix-shell](https://nixos.org/guides/nix-pills/
| Opsi | Bawaan | Deskripsi |
| ------------ | ---------------------------------------------- | ----------------------------------------------------- |
| `fromat` | `'via [$symbol$state( \($name\))]($style) '` | Format dari modul. |
| `format` | `'via [$symbol$state( \($name\))]($style) '` | Format dari modul. |
| `symbol` | `'❄️ '` | A format string representing the symbol of nix-shell. |
| `style` | `'bold blue'` | Gaya penataan untuk modul. |
| `impure_msg` | `'impure'` | A format string shown when the shell is impure. |
@ -2569,7 +2569,7 @@ The `nodejs` module shows the currently installed version of [Node.js](https://n
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------------ | ----------------------------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `' '` | A format string representing the symbol of Node.js. |
| `detect_extensions` | `['js', 'mjs', 'cjs', 'ts', 'mts', 'cts']` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -2613,7 +2613,7 @@ The `ocaml` module shows the currently installed version of [OCaml](https://ocam
| Opsi | Bawaan | Deskripsi |
| ------------------------- | -------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )(\($switch_indicator$switch_name\) )]($style)'` | The format string for the module. |
| `format` | `'via [$symbol($version )(\($switch_indicator$switch_name\) )]($style)'` | The format string for the module. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🐫 '` | The symbol used before displaying the version of OCaml. |
| `global_switch_indicator` | `''` | The format string used to represent global OPAM switch. |
@ -2653,7 +2653,7 @@ The `opa` module shows the currently installed version of the OPA tool. By defau
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🪖 '` | A format string representing the symbol of OPA. |
| `detect_extensions` | `['rego']` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -2689,7 +2689,7 @@ The `openstack` module shows the current OpenStack cloud and project. The module
| Opsi | Bawaan | Deskripsi |
| ---------- | ----------------------------------------------- | -------------------------------------------------------------- |
| `fromat` | `'on [$symbol$cloud(\($project\))]($style) '` | Format dari modul. |
| `format` | `'on [$symbol$cloud(\($project\))]($style) '` | Format dari modul. |
| `symbol` | `'☁️ '` | The symbol used before displaying the current OpenStack cloud. |
| `style` | `'bold yellow'` | Gaya penataan untuk modul. |
| `disabled` | `false` | Disables the `openstack` module. |
@ -2736,7 +2736,7 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
| Opsi | Bawaan | Deskripsi |
| ---------- | --------------------- | ------------------------------------------------------ |
| `fromat` | `"[$symbol]($style)"` | Format dari modul. |
| `format` | `"[$symbol]($style)"` | Format dari modul. |
| `style` | `"bold white"` | Gaya penataan untuk modul. |
| `disabled` | `true` | Disables the `os` module. |
| `symbols` | | A table that maps each operating system to its symbol. |
@ -2841,7 +2841,7 @@ The `package` module is shown when the current directory is the repository for a
| Opsi | Bawaan | Deskripsi |
| ----------------- | --------------------------------- | ----------------------------------------------------------------------------------- |
| `fromat` | `'is [$symbol$version]($style) '` | Format dari modul. |
| `format` | `'is [$symbol$version]($style) '` | Format dari modul. |
| `symbol` | `'📦 '` | The symbol used before displaying the version the package. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `style` | `'bold 208'` | Gaya penataan untuk modul. |
@ -2881,7 +2881,7 @@ The `perl` module shows the currently installed version of [Perl](https://www.pe
| Opsi | Bawaan | Deskripsi |
| ------------------- | -------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | The format string for the module. |
| `format` | `'via [$symbol($version )]($style)'` | The format string for the module. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🐪 '` | The symbol used before displaying the version of Perl |
| `detect_extensions` | `['pl', 'pm', 'pod']` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -2919,7 +2919,7 @@ The `php` module shows the currently installed version of [PHP](https://www.php.
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🐘 '` | The symbol used before displaying the version of PHP. |
| `detect_extensions` | `['php']` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -2966,7 +2966,7 @@ Secara bawaan, modul akan aktif jika beberapa syarat berikut telah terpenuhi:
| Opsi | Bawaan | Deskripsi |
| ---------------- | -------------------------------------------- | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($username@)$stack]($style) '` | The format string for the module. |
| `format` | `'via [$symbol($username@)$stack]($style) '` | The format string for the module. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `' '` | A format string shown before the Pulumi stack. |
| `style` | `'bold 5'` | Gaya penataan untuk modul. |
@ -3016,7 +3016,7 @@ The `purescript` module shows the currently installed version of [PureScript](ht
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'<=> '` | The symbol used before displaying the version of PureScript. |
| `detect_extensions` | `['purs']` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -3066,7 +3066,7 @@ Secara bawaan, modul akan aktif jika beberapa syarat berikut telah terpenuhi:
| Opsi | Bawaan | Deskripsi |
| -------------------- | ------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------- |
| `fromat` | `'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'` | Format dari modul. |
| `format` | `'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🐍 '` | A format string representing the symbol of Python |
| `style` | `'yellow bold'` | Gaya penataan untuk modul. |
@ -3149,7 +3149,7 @@ The `rlang` module shows the currently installed version of [R](https://www.r-pr
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'📐'` | A format string representing the symbol of R. |
| `style` | `'blue bold'` | Gaya penataan untuk modul. |
@ -3186,7 +3186,7 @@ The `raku` module shows the currently installed version of [Raku](https://www.ra
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------------------ | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version-$vm_version )]($style)'` | The format string for the module. |
| `format` | `'via [$symbol($version-$vm_version )]($style)'` | The format string for the module. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🦋 '` | The symbol used before displaying the version of Raku |
| `detect_extensions` | `['p6', 'pm6', 'pod6', 'raku', 'rakumod']` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -3223,7 +3223,7 @@ By default the `red` module shows the currently installed version of [Red](https
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🔺 '` | A format string representing the symbol of Red. |
| `detect_extensions` | `['red']` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -3266,7 +3266,7 @@ Starship gets the current Ruby version by running `ruby -v`.
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'💎 '` | A format string representing the symbol of Ruby. |
| `detect_extensions` | `['rb']` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -3306,7 +3306,7 @@ By default the `rust` module shows the currently installed version of [Rust](htt
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🦀 '` | A format string representing the symbol of Rust |
| `detect_extensions` | `['rs']` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -3348,7 +3348,7 @@ The `scala` module shows the currently installed version of [Scala](https://www.
| Opsi | Bawaan | Deskripsi |
| ------------------- | ---------------------------------------- | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [${symbol}(${version} )]($style)'` | Format dari modul. |
| `format` | `'via [${symbol}(${version} )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `detect_extensions` | `['sbt', 'scala']` | Ekstensi mana yang sebaiknya memicu modul ini. |
| `detect_files` | `['.scalaenv', '.sbtenv', 'build.sbt']` | filenames mana yang sebaiknya memicu modul ini. |
@ -3401,7 +3401,7 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
| `cmd_indicator` | `'cmd'` | A format string used to represent cmd. |
| `nu_indicator` | `'nu'` | A format string used to represent nu. |
| `unknown_indicator` | `''` | The default value to be displayed when the shell is unknown. |
| `fromat` | `'[$indicator]($style) '` | Format dari modul. |
| `format` | `'[$indicator]($style) '` | Format dari modul. |
| `style` | `'white bold'` | Gaya penataan untuk modul. |
| `disabled` | `true` | Disables the `shell` module. |
@ -3436,7 +3436,7 @@ The `shlvl` module shows the current [`SHLVL`](https://tldp.org/LDP/abs/html/int
| Opsi | Bawaan | Deskripsi |
| ----------- | ---------------------------- | ------------------------------------------------------------- |
| `threshold` | `2` | Display threshold. |
| `fromat` | `'[$symbol$shlvl]($style) '` | Format dari modul. |
| `format` | `'[$symbol$shlvl]($style) '` | Format dari modul. |
| `symbol` | `'↕️ '` | The symbol used to represent the `SHLVL`. |
| `repeat` | `false` | Causes `symbol` to be repeated by the current `SHLVL` amount. |
| `style` | `'bold yellow'` | Gaya penataan untuk modul. |
@ -3471,7 +3471,7 @@ The `singularity` module shows the current [Singularity](https://sylabs.io/singu
| Opsi | Bawaan | Deskripsi |
| ---------- | -------------------------------- | ------------------------------------------------ |
| `fromat` | `'[$symbol\[$env\]]($style) '` | Format dari modul. |
| `format` | `'[$symbol\[$env\]]($style) '` | Format dari modul. |
| `symbol` | `''` | A format string displayed before the image name. |
| `style` | `'bold dimmed blue'` | Gaya penataan untuk modul. |
| `disabled` | `false` | Disables the `singularity` module. |
@ -3506,7 +3506,7 @@ The `spack` module shows the current [Spack](https://spack.readthedocs.io/en/lat
| `truncation_length` | `1` | The number of directories the environment path should be truncated to. `0` artinya tidak ada potongan. Lihat juga modul [`directory`](#directory). |
| `symbol` | `'🅢 '` | Simbol yang digunakan sebelum nama environment. |
| `style` | `'bold blue'` | Gaya penataan untuk modul. |
| `fromat` | `'via [$symbol$environment]($style) '` | Format dari modul. |
| `format` | `'via [$symbol$environment]($style) '` | Format dari modul. |
| `disabled` | `false` | Disables the `spack` module. |
### Variabel
@ -3542,7 +3542,7 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
| Opsi | Bawaan | Deskripsi |
| --------------------------- | ---------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| `fromat` | `'[$symbol$status]($style) '` | The format of the module |
| `format` | `'[$symbol$status]($style) '` | The format of the module |
| `symbol` | `'❌'` | The symbol displayed on program error |
| `success_symbol` | `''` | The symbol displayed on program success |
| `not_executable_symbol` | `'🚫'` | The symbol displayed when file isn't executable |
@ -3603,7 +3603,7 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
| Opsi | Bawaan | Deskripsi |
| --------------- | ------------------------ | ------------------------------------------------------- |
| `fromat` | `'[as $symbol]($style)'` | The format of the module |
| `format` | `'[as $symbol]($style)'` | The format of the module |
| `symbol` | `'🧙 '` | The symbol displayed when credentials are cached |
| `style` | `'bold blue'` | Gaya penataan untuk modul. |
| `allow_windows` | `false` | Since windows has no default sudo, default is disabled. |
@ -3649,7 +3649,7 @@ By default the `swift` module shows the currently installed version of [Swift](h
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🐦 '` | A format string representing the symbol of Swift |
| `detect_extensions` | `['swift']` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -3696,7 +3696,7 @@ Secara bawaan, modul akan aktif jika beberapa syarat berikut telah terpenuhi:
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol$workspace]($style) '` | The format string for the module. |
| `format` | `'via [$symbol$workspace]($style) '` | The format string for the module. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'💠'` | A format string shown before the terraform workspace. |
| `detect_extensions` | `['tf', 'tfplan', 'tfstate']` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -3750,7 +3750,7 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
| Opsi | Bawaan | Deskripsi |
| ----------------- | ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `fromat` | `'at [$time]($style) '` | The format string for the module. |
| `format` | `'at [$time]($style) '` | The format string for the module. |
| `use_12hr` | `false` | Enables 12 hour formatting |
| `time_format` | see below | The [chrono format string](https://docs.rs/chrono/0.4.7/chrono/format/strftime/index.html) used to format the time. |
| `style` | `'bold yellow'` | The style for the module time |
@ -3803,7 +3803,7 @@ SSH connection is detected by checking environment variables `SSH_CONNECTION`, `
| ------------- | ----------------------- | ------------------------------------------- |
| `style_root` | `'bold red'` | The style used when the user is root/admin. |
| `style_user` | `'bold yellow'` | The style used for non-root users. |
| `fromat` | `'[$user]($style) in '` | Format dari modul. |
| `format` | `'[$user]($style) in '` | Format dari modul. |
| `show_always` | `false` | Always shows the `username` module. |
| `disabled` | `false` | Disables the `username` module. |
@ -3837,7 +3837,7 @@ The `vagrant` module shows the currently installed version of [Vagrant](https://
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'⍱ '` | A format string representing the symbol of Vagrant. |
| `detect_extensions` | `[]` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -3876,7 +3876,7 @@ The `vlang` module shows you your currently installed version of [V](https://vla
| Opsi | Bawaan | Deskripsi |
| ------------------- | -------------------------------------------- | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'V '` | A format string representing the symbol of V |
| `detect_extensions` | `['v']` | Ekstensi mana yang sebaiknya memicu modul ini. |
@ -3911,7 +3911,7 @@ The `vcsh` module displays the current active [VCSH](https://github.com/RichiH/v
| ---------- | -------------------------------- | ------------------------------------------------------ |
| `symbol` | `''` | The symbol used before displaying the repository name. |
| `style` | `'bold yellow'` | Gaya penataan untuk modul. |
| `fromat` | `'vcsh [$symbol$repo]($style) '` | Format dari modul. |
| `format` | `'vcsh [$symbol$repo]($style) '` | Format dari modul. |
| `disabled` | `false` | Disables the `vcsh` module. |
### Variabel
@ -3943,7 +3943,7 @@ By default the the `zig` module shows the currently installed version of [Zig](h
| Opsi | Bawaan | Deskripsi |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `fromat` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `format` | `'via [$symbol($version )]($style)'` | Format dari modul. |
| `version_format` | `'v${raw}'` | Format dari versi. Variabel yang tersedia adalah `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'↯ '` | The symbol used before displaying the version of Zig. |
| `style` | `'bold yellow'` | Gaya penataan untuk modul. |
@ -4022,7 +4022,7 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt
| `detect_extensions` | `[]` | The extensions that will be searched in the working directory for a match. |
| `symbol` | `''` | The symbol used before displaying the command output. |
| `style` | `'bold green'` | Gaya penataan untuk modul. |
| `fromat` | `'[$symbol($output )]($style)'` | Format dari modul. |
| `format` | `'[$symbol($output )]($style)'` | Format dari modul. |
| `disabled` | `false` | Disables this `custom` module. |
| `os` | | Operating System name on which the module will be shown (unix, linux, macos, windows, ... ) [See possible values](https://doc.rust-lang.org/std/env/consts/constant.OS.html). |
| `use_stdin` | | An optional boolean value that overrides whether commands should be forwarded to the shell via the standard input or as an argument. If unset standard input is used by default, unless the shell does not support it (cmd, nushell). Setting this disables shell-specific argument handling. |

View File

@ -115,7 +115,7 @@ _Catatan:_ Element `character` secara otomatis menambahkan sebuah spasi setelahn
| Properti Yang Digantikan | Penggantinya |
| ------------------------ | ------------ |
| `prefix` | `fromat` |
| `prefix` | `format` |
**Perubahan pada konfigurasi bawaan**
@ -129,7 +129,7 @@ _Catatan:_ Element `character` secara otomatis menambahkan sebuah spasi setelahn
| Properti Yang Digantikan | Penggantinya |
| ------------------------ | ------------ |
| `prefix` | `fromat` |
| `prefix` | `format` |
**Perubahan pada konfigurasi bawaan**
@ -143,8 +143,8 @@ _Catatan:_ Element `character` secara otomatis menambahkan sebuah spasi setelahn
| Properti Yang Digantikan | Penggantinya |
| ------------------------ | ------------ |
| `prefix` | `fromat` |
| `suffix` | `fromat` |
| `prefix` | `format` |
| `suffix` | `format` |
**Perubahan pada konfigurasi bawaan**
@ -159,8 +159,8 @@ _Catatan:_ Element `character` secara otomatis menambahkan sebuah spasi setelahn
| Properti Yang Digantikan | Penggantinya |
| ------------------------ | ------------ |
| `prefix` | `fromat` |
| `suffix` | `fromat` |
| `prefix` | `format` |
| `suffix` | `format` |
**Perubahan pada konfigurasi bawaan**
@ -175,9 +175,9 @@ _Catatan:_ Element `character` secara otomatis menambahkan sebuah spasi setelahn
| Properti Yang Digantikan | Penggantinya |
| ------------------------ | ------------ |
| `prefix` | `fromat` |
| `suffix` | `fromat` |
| `show_sync_count` | `fromat` |
| `prefix` | `format` |
| `suffix` | `format` |
| `show_sync_count` | `format` |
**Perubahan pada konfigurasi bawaan**
@ -206,8 +206,8 @@ behind = "⇣${count}"
| Properti Yang Digantikan | Penggantinya |
| ------------------------ | ------------ |
| `prefix` | `fromat` |
| `suffix` | `fromat` |
| `prefix` | `format` |
| `suffix` | `format` |
**Perubahan pada konfigurasi bawaan**
@ -222,9 +222,9 @@ behind = "⇣${count}"
| Properti Yang Digantikan | Penggantinya |
| ------------------------ | ------------ |
| `label` | `fromat` |
| `prefix` | `fromat` |
| `suffix` | `fromat` |
| `label` | `format` |
| `prefix` | `format` |
| `suffix` | `format` |
**Perubahan pada konfigurasi bawaan**
@ -239,7 +239,7 @@ behind = "⇣${count}"
| Properti Yang Digantikan | Penggantinya |
| ------------------------ | ------------- |
| `fromat` | `time_format` |
| `format` | `time_format` |
**Perubahan pada konfigurasi bawaan**
@ -254,8 +254,8 @@ behind = "⇣${count}"
| Properti Yang Digantikan | Penggantinya |
| ------------------------ | ------------ |
| `prefix` | `fromat` |
| `suffix` | `fromat` |
| `prefix` | `format` |
| `suffix` | `format` |
**Perubahan pada konfigurasi bawaan**

View File

@ -250,7 +250,7 @@ Note: Continuation prompts are only available in the following shells:
continuation_prompt = "▶▶"
```
## Stringhe di stile
## Stile delle Stringhe
Le stringhe di stile sono un elenco di parole, separate da spazi bianchi. Le parole non sono sensibili alle maiuscole (cioè `grassetto` e `BoLd` sono considerate la stessa stringa). Ogni parola può essere una delle seguenti:

View File

@ -3014,16 +3014,16 @@ The `purescript` module shows the currently installed version of [PureScript](ht
### Opzioni
| Opzione | Default | Descrizione |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | The format for the module. |
| `version_format` | `'v${raw}'` | Il formato della versione. Le variabili disponibili sono `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'<=> '` | The symbol used before displaying the version of PureScript. |
| `detect_extensions` | `['purs']` | Quali estensioni dovrebbero attivare questo modulo. |
| `detect_files` | `['spago.dhall']` | Quali nomi di file dovrebbero attivare questo modulo. |
| `detect_folders` | `[]` | Quali cartelle dovrebbero attivare questo modulo. |
| `style` | `'bold white'` | Lo stile per il modulo. |
| `disabled` | `false` | Disables the `purescript` module. |
| Opzione | Default | Descrizione |
| ------------------- | ------------------------------------ | -------------------------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | The format for the module. |
| `version_format` | `'v${raw}'` | Il formato della versione. Le variabili disponibili sono `raw`, `major`, `minore`, & `patch` |
| `symbol` | `'<=> '` | The symbol used before displaying the version of PureScript. |
| `detect_extensions` | `['purs']` | Quali estensioni dovrebbero attivare questo modulo. |
| `detect_files` | `['spago.dhall']` | Quali nomi di file dovrebbero attivare questo modulo. |
| `detect_folders` | `[]` | Quali cartelle dovrebbero attivare questo modulo. |
| `style` | `'bold white'` | Lo stile per il modulo. |
| `disabled` | `false` | Disables the `purescript` module. |
### Variables

View File

@ -95,7 +95,7 @@
><img
height="20"
src="https://raw.githubusercontent.com/starship/starship/master/media/flag-jp.png"
alt="日本語"
alt="Giapponese"
/></a>
&nbsp;
<a
@ -119,7 +119,7 @@
><img
height="20"
src="https://raw.githubusercontent.com/starship/starship/master/media/flag-vn.png"
alt="Tiếng Việt"
alt="Vietnamita"
/></a>
&nbsp;
<a
@ -127,7 +127,7 @@
><img
height="20"
src="https://raw.githubusercontent.com/starship/starship/master/media/flag-cn.png"
alt="简体中文"
alt="Cinese semplificato"
/></a>
&nbsp;
<a
@ -135,7 +135,7 @@
><img
height="20"
src="https://raw.githubusercontent.com/starship/starship/master/media/flag-tw.png"
alt="繁體中文"
alt="Cinese tradizionale"
/></a>
</p>

View File

@ -159,7 +159,7 @@ description: Starship はミニマルで、非常に高速で、カスタマイ
starship init nu | save ~/.cache/starship/init.nu
```
そして、Nushellの設定ファイルの最後に以下を追加してください( `$nu.config-path` を実行してください)。
そして、Nushellの設定ファイルの最後に以下を追記してください (`$nu.config-path` を実行してください):
```sh
source ~/.cache/starship/init.nu

View File

@ -70,7 +70,7 @@ os.setenv('STARSHIP_CACHE', 'C:\\Users\\user\\AppData\\Local\\Temp')
**変数**: モジュールが提供する情報を含むサブコンポーネントを小さくする。 例えば、"nodejs" モジュールの "version" 変数には、Node.js の現在のバージョンが含まれています。
慣例により、ほとんどのモジュールにはデフォルトの端末色の接頭辞(「nodejs」の`via` など)と接尾辞として空のスペースがあります。
慣例により、ほとんどのモジュールにはデフォルトの端末色の接頭辞("nodejs" の `via` など)と接尾辞として空のスペースがあります。
### Strings
@ -645,7 +645,7 @@ Each command is represented as a list of the executable name, followed by its ar
format = 'via [$name $version]($style)'
```
## 文字
## Character
`character`モジュールは、端末でテキストが入力される場所の横に文字(通常は矢印)を表示します。
@ -772,7 +772,7 @@ vicmd_symbol = '[V](bold green) '
*: この変数は、スタイル文字列の一部としてのみ使用することができます。
## コマンド実行時間
## Command Duration
`cmd_duration`モジュールは、最後のコマンドの実行にかかった時間を示します。 モジュールが表示されるのは、コマンドが2秒以上かかった場合、または`min_time`値が存在する場合のみです。
@ -1543,7 +1543,7 @@ truncation_symbol = ''
ignore_branches = ['master', 'main']
```
## Git コミット
## Git Commit
`git_commit` モジュールは、カレントディレクトリのリポジトリの現在のコミットハッシュとタグ (もしあれば) を表示します。
@ -1952,7 +1952,7 @@ format = "via [⌘ $version](bold fg:202) "
format = 'via [⎈ $version](bold white) '
```
## ホスト名
## Hostname
`hostname`モジュールには、システムのホスト名が表示されます。
@ -3736,7 +3736,7 @@ format = '[🏎💨 $version$workspace]($style) '
format = '[🏎💨 $workspace]($style) '
```
## 時刻
## Time
`time`モジュールは、現在の**現地**時間を示します。 `format`設定は、時間の表示方法を制御するために[`chrono`](https://crates.io/crates/chrono)クレートによって使用されます。 使用可能なオプションを確認するには、[chrono strftimeのドキュメント](https://docs.rs/chrono/0.4.7/chrono/format/strftime/index.html)をご覧ください。

View File

@ -86,33 +86,33 @@ Finally if you find a bug you can use the `bug-report` command to create a Githu
starship bug-report
```
## プロンプトにグリフ記号が表示されないのはなぜですか?
## 私のプロンプトで記号のグリフがないのはなぜですか?
これの最も一般的な原因は、システムの設定ミスです。 いくつかのLinuxディストリビューション 特に、すぐに使用できるフォントサポートは付属していません。 次のことを確認する必要があります
よくある原因はシステム上での設定ミスです。 いくつかのLinuxディストリビューションの初期設定にフォントサポートがありません。 次のことを確認してください
- ロケールが、`de_DE.UTF-8`や` ja_JP.UTF-8`などのUTF-8に設定されている。 `LC_ALL`がUTF-8でない場合、[変更する必要があります](https://www.tecmint.com/set-system-locales-in-linux/)。
- 絵文字フォントがインストールされている。 ほとんどのシステムにはデフォルトで絵文字フォントが付属していますが、 一部 (特にArch Linux) はそうではありません。 通常、システムの パッケージマネージャーからインストールすることができます。--[noto emoji](https://www.google.com/get/noto/help/emoji/)は一般的な選択肢です。
- [Nerd Font](https://www.nerdfonts.com/)を使用している。
システムをテストするには、ターミナルで次のコマンドを実行します。
ターミナルで以下のコマンドを実行することでテストできます。
```sh
echo -e "\xf0\x9f\x90\x8d"
echo -e "\xee\x82\xa0"
```
1行目は[snake emoji](https://emojipedia.org/snake/)を生成し、2行目は[powerline branch symbol (e0a0)](https://github.com/ryanoasis/powerline-extra-symbols#glyphs)を生成するはずです。
一行目は[蛇の絵文字](https://emojipedia.org/snake/)、二行目は[powerline branch symbol (e0a0)](https://github.com/ryanoasis/powerline-extra-symbols#glyphs)が表示されるはずです。
いずれかのシンボルが正しく表示されない場合でも、システムの設定が間違っています。 残念ながら、フォント設定を正しくするのは難しい場合があります。 Discordのユーザーがお役に立てるかもしれません。 両方の記号が正しく表示されているにもかかわらず、まだStarshipに表示されていない場合は、[バグ報告をしてください!](https://github.com/starship/starship/issues/new/choose)
もし、どちらの記号とも正しく表示されない場合は、システムの設定が間違っています。 不幸にも、正しくフォントを設定するのは難しいものです。 Discordのユーザーが助けてくれるかもしれません もし記号が正しく表示されているのにもかかわらず、Starshipが正しく表示されていない場合は、[バグの報告](https://github.com/starship/starship/issues/new/choose)をお願いします。
## Starshipをアンインストールするにはどうすればいいですか?
## Starshipをアンインストールしたい
Starshipは、最初の場所にインストールするのと同じくらい簡単にアンインストールできます。
Starshipのアンインストールはインストールと同じぐらい簡単です。
1. Starshipを初期化するために使用した、シェルの設定行を削除します (例:`~/.bashrc`)。
1. Starshipのバイナリを削除します。
Starship がパッケージマネージャを使用してインストールされている場合は、アンインストール手順については、そのドキュメントを参照してください。
パッケージマネージャーを使用してStarshipをインストールした場合は、パッケージマネージャーのアンインストールガイドを参照してください。
Starship をインストールスクリプトを使用してインストールした場合、次のコマンドでバイナリが削除されます。

View File

@ -334,7 +334,7 @@ mkdir ~/.cache/starship
starship init nu | save ~/.cache/starship/init.nu
```
そして、Nushellの設定ファイルの最後に以下を追記してください (`$nu.config-path` を実行してください):
そして、Nushellの設定ファイルの最後に以下を追加してください( `$nu.config-path` を実行してください)。
```sh
source ~/.cache/starship/init.nu

View File

@ -239,7 +239,7 @@ Note: Continuation prompts are only available in the following shells:
- `bash`
- `zsh`
- `파워셀`
- `Powershell`
### Example

View File

@ -345,7 +345,7 @@ Note: Only Nushell v0.61+ is supported
</details>
<details>
<summary>파워셀</summary>
<summary>Powershell</summary>
다음 내용을 PowerShell 설정파일 (찾으려면 `$PROFILE` 실행) 마지막 부분에 추가하세요:

View File

@ -119,7 +119,7 @@ description: Starship to minimalny, szybki i ekstremalnie konfigurowalny wiersz
#### Elvish
::: uwaga
::: warning
Działa tylko dla elvish v0.18 albo wyższej wersji.
@ -147,7 +147,7 @@ description: Starship to minimalny, szybki i ekstremalnie konfigurowalny wiersz
#### Nushell
::: uwaga
::: warning
Ten sposób zmieni się w przyszłości. Działa tylko na Nushell v0.61+.

View File

@ -2,7 +2,7 @@
Mimo że Starship jest wszechstronny, czasem nie wystarczy modyfikacja pliku `starship.toml` żeby uzyskać pewne rzeczy. Na tej stronie opisano bardziej zaawansowane sposoby konfigurowania używane w Starship.
::: uwaga
::: warning
Konfiguracja opisana w tej sekcji może ulec zmianie w przyszłych wydaniach Starship.

View File

@ -656,7 +656,7 @@ The character will tell you whether the last command was successful or not. It c
By default it only changes color. If you also want to change its shape take a look at [this example](#with-custom-error-shape).
::: uwaga
::: warning
`vimcmd_symbol` is only supported in cmd, fish and zsh. `vimcmd_replace_one_symbol`, `vimcmd_replace_symbol`, and `vimcmd_visual_symbol` are only supported in fish due to [upstream issues with mode detection in zsh](https://github.com/starship/starship/issues/625#issuecomment-732454148).
@ -2038,13 +2038,13 @@ The default functionality is:
- 1 job -> `symbol` is shown.
- 2 jobs or more -> `symbol` + `number` are shown.
::: uwaga
::: warning
This module is not supported on tcsh and nu.
:::
::: uwaga
::: warning
The `threshold` option is deprecated, but if you want to use it, the module will show the number of jobs running if there is more than 1 job, or more than the `threshold` config value, if it exists. If `threshold` is set to 0, then the module will also show when there are 0 jobs running.
@ -2720,7 +2720,7 @@ symbol = '☁️ '
The `os` module shows the current operating system. OS information is detected via the [os_info](https://lib.rs/crates/os_info) crate.
::: uwaga
::: warning
The [os_info](https://lib.rs/crates/os_info) crate used by this module is known to be inaccurate on some systems.

View File

@ -119,7 +119,7 @@ description: O Starship é o prompt minimalista, extremamente rápido e extremam
#### Elvish
::: atenção
::: warning
Apenas elvish v0.18 ou superior é suportado.
@ -147,7 +147,7 @@ description: O Starship é o prompt minimalista, extremamente rápido e extremam
#### Nushell
::: atenção
::: warning
Isto irá mudar no futuro. Somente Nushell v0.61+ é suportado.

View File

@ -564,8 +564,8 @@ symbol = '🦬 '
The `bun` module shows the currently installed version of the [bun](https://bun.sh) JavaScript runtime. Por padrão o módulo vai exibir se uma das condições a seguir for atendida:
- O diretório atual contem um arquivo `bun.lockb`
- O diretório atual contem um arquivo `bunfig.toml`
- O diretório atual conter um arquivo `bun.lockb`
- O diretório atual conter um arquivo `bunfig.toml`
### Opções
@ -656,7 +656,7 @@ O caractere vai te dizer se o ultimo comando foi bem sucedido ou não. Você pod
Por padrão ele apenas muda de cor. Se você deseja alterar o formato de uma olhada [neste exemplo](#with-custom-error-shape).
::: atenção
::: warning
`vimcmd_symbol` is only supported in cmd, fish and zsh. `vimcmd_replace_one_symbol`, `vimcmd_replace_symbol`, and `vimcmd_visual_symbol` are only supported in fish due to [upstream issues with mode detection in zsh](https://github.com/starship/starship/issues/625#issuecomment-732454148).
@ -721,16 +721,16 @@ O módulo `cmake` exibe a versão instalada do [CMake](https://cmake.org/). Por
### Opções
| Opções | Padrão | Descrição |
| ------------------- | -------------------------------------- | ----------------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'△ '` | O simbolo usado antes da versão do cmake. |
| `detect_extensions` | `[]` | Quais extensões devem acionar este módulo |
| `detect_files` | `['CMakeLists.txt', 'CMakeCache.txt']` | [] |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo |
| `style` | `'bold blue'` | O estilo do módulo. |
| `disabled` | `false` | Desabilita o módulo `cmake`. |
| Opções | Padrão | Descrição |
| ------------------- | -------------------------------------- | ------------------------------------------------------------------------------------ |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'△ '` | O simbolo usado antes da versão do cmake. |
| `detect_extensions` | `[]` | Quais extensões devem acionar este módulo |
| `detect_files` | `['CMakeLists.txt', 'CMakeCache.txt']` | [] |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo |
| `style` | `'bold blue'` | O estilo do módulo. |
| `disabled` | `false` | Desabilita o módulo `cmake`. |
### Variáveis
@ -931,20 +931,20 @@ format = 'via [✨ $version](bold blue) '
The `daml` module shows the currently used [Daml](https://www.digitalasset.com/developers) SDK version when you are in the root directory of your Daml project. The `sdk-version` in the `daml.yaml` file will be used, unless it's overridden by the `DAML_SDK_VERSION` environment variable. Por padrão o módulo vai exibir se uma das condições a seguir for atendida:
- O diretório atual contem um arquivo `daml.yaml`
- O diretório atual conter um arquivo `daml.yaml`
### Opções
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'Λ '` | A format string representing the symbol of Daml |
| `style` | `'bold cyan'` | O estilo do módulo. |
| `detect_extensions` | `[]` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['daml.yaml']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
| `disabled` | `false` | Disables the `daml` module. |
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'Λ '` | A format string representing the symbol of Daml |
| `style` | `'bold cyan'` | O estilo do módulo. |
| `detect_extensions` | `[]` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['daml.yaml']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
| `disabled` | `false` | Disables the `daml` module. |
### Variáveis
@ -975,16 +975,16 @@ O módulo `dart` exibe a versão atual instalada do [Dart](https://dart.dev/). P
### Opções
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------------------- | ----------------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🎯 '` | Um formato de string que representa o simbolo do Dart |
| `detect_extensions` | `['dart']` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['pubspec.yaml', 'pubspec.yml', 'pubspec.lock']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `['.dart_tool']` | Quais pastas devem ativar este módulo. |
| `style` | `'bold blue'` | O estilo do módulo. |
| `disabled` | `false` | Desabilita o módulo `dart`. |
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------------------- | ------------------------------------------------------------------------------------ |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🎯 '` | Um formato de string que representa o simbolo do Dart |
| `detect_extensions` | `['dart']` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['pubspec.yaml', 'pubspec.yml', 'pubspec.lock']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `['.dart_tool']` | Quais pastas devem ativar este módulo. |
| `style` | `'bold blue'` | O estilo do módulo. |
| `disabled` | `false` | Desabilita o módulo `dart`. |
### Variáveis
@ -1013,16 +1013,16 @@ O módulo `deno` exibe a versão instalada atual do [Deno](https://deno.land/).
### Opções
| Opções | Padrão | Descrição |
| ------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🦕 '` | Um formato de string que representa o simbolo do Deno |
| `detect_extensions` | `[]` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['deno.json', 'deno.jsonc', 'mod.ts', 'mod.js', 'deps.ts', 'deps.js']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
| `style` | `'green bold'` | O estilo do módulo. |
| `disabled` | `false` | Desabilita o módulo `deno`. |
| Opções | Padrão | Descrição |
| ------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🦕 '` | Um formato de string que representa o simbolo do Deno |
| `detect_extensions` | `[]` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['deno.json', 'deno.jsonc', 'mod.ts', 'mod.js', 'deps.ts', 'deps.js']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
| `style` | `'green bold'` | O estilo do módulo. |
| `disabled` | `false` | Desabilita o módulo `deno`. |
### Variáveis
@ -1219,7 +1219,7 @@ heuristic = false
O módulo `elixir` exibe a versão instalada do [Elixir](https://elixir-lang.org/) e [Erlang/OTP](https://erlang.org/doc/). Por padrão o módulo vai exibir se uma das condições a seguir for atendida:
- O diretório atual contem um arquivo `mix.exs`.
- O diretório atual conter um arquivo `mix.exs`.
### Opções
@ -1364,8 +1364,8 @@ default = 'unknown user'
O módulo `erlang` mostra a versão atualmente instalada do [Erlang/OTP](https://erlang.org/doc/). Por padrão o módulo vai exibir se uma das condições a seguir for atendida:
- O diretório atual contem um arquivo `rebar.config`.
- O diretório atual contem um arquivo `erlang.mk`.
- O diretório atual contém um arquivo `rebar.config`.
- O diretório atual contém um arquivo `erlang.mk`.
### Opções
@ -1766,10 +1766,10 @@ windows_starship = '/mnt/c/Users/nomedousuario/scoop/apps/starship/current/stars
O módulo `golang` exibe a versão instalada atual do [Go](https://golang.org/). Por padrão o módulo vai exibir se uma das condições a seguir for atendida:
- O diretório atual contem um arquivo `go.mod`
- O diretório atual contem um arquivo `go.sum`
- O diretório atual contem um arquivo `go.work`
- O diretório atual contem um arquivo `glide.yaml`
- O diretório atual conter um arquivo `go.mod`
- O diretório atual conter um arquivo `go.sum`
- O diretório atual conter um arquivo `go.work`
- O diretório atual conter um arquivo `glide.yaml`
- O diretório atual contem um arquivo `Gopkg.yml`
- O diretório atual contém um arquivo `Gopkg.lock`
- O diretório atual contem um arquivo `.go-version`
@ -1778,16 +1778,16 @@ O módulo `golang` exibe a versão instalada atual do [Go](https://golang.org/).
### Opções
| Opções | Padrão | Descrição |
| ------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🐹 '` | O formato da string que representa o simbolo do Go. |
| `detect_extensions` | `['go']` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['go.mod', 'go.sum', 'go.work', 'glide.yaml', 'Gopkg.yml', 'Gopkg.lock', '.go-version']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `['Godeps']` | Quais pastas devem ativar este módulo. |
| `style` | `'bold cyan'` | O estilo do módulo. |
| `disabled` | `false` | Desabilita o módulo `golang`. |
| Opções | Padrão | Descrição |
| ------------------- | ----------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🐹 '` | O formato da string que representa o simbolo do Go. |
| `detect_extensions` | `['go']` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['go.mod', 'go.sum', 'go.work', 'glide.yaml', 'Gopkg.yml', 'Gopkg.lock', '.go-version']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `['Godeps']` | Quais pastas devem ativar este módulo. |
| `style` | `'bold cyan'` | O estilo do módulo. |
| `disabled` | `false` | Desabilita o módulo `golang`. |
### Variáveis
@ -1846,7 +1846,7 @@ O módulo `haskell` encontra a versão atual do GHC selecionada e/ou o snapshot
Por padrão o módulo vai exibir se uma das condições a seguir for atendida:
- O diretório atual contem um arquivo `stack.yaml`
- O diretório atual conter um arquivo `stack.yaml`
- O diretório atual contém qualquer arquivo `.hs`, `.cabal`, ou `.hs-boot`
### Opções
@ -1883,16 +1883,16 @@ The `haxe` module shows the currently installed version of [Haxe](https://haxe.o
### Opções
| Opções | Padrão | Descrição |
| ------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| `format` | `"via [$symbol($version )]($style)"` | O formato do módulo. |
| `version_format` | `"v${raw}"` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `detect_extensions` | `["hx", "hxml"]` | Quais extensões devem ativar este módulo. |
| `detect_files` | `["project.xml", "Project.xml", "application.xml", "haxelib.json", "hxformat.json", ".haxerc"]` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[".haxelib", "haxe_libraries"]` | Quais pastas devem ativar este módulo. |
| `symbol` | `"⌘ "` | O formato de string que representa o simbolo do Helm. |
| `style` | `"bold fg:202"` | O estilo do módulo. |
| `disabled` | `false` | Disables the `haxe` module. |
| Opções | Padrão | Descrição |
| ------------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| `format` | `"via [$symbol($version )]($style)"` | O formato do módulo. |
| `version_format` | `"v${raw}"` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `detect_extensions` | `["hx", "hxml"]` | Quais extensões devem ativar este módulo. |
| `detect_files` | `["project.xml", "Project.xml", "application.xml", "haxelib.json", "hxformat.json", ".haxerc"]` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[".haxelib", "haxe_libraries"]` | Quais pastas devem ativar este módulo. |
| `symbol` | `"⌘ "` | O formato de string que representa o simbolo do Helm. |
| `style` | `"bold fg:202"` | O estilo do módulo. |
| `disabled` | `false` | Disables the `haxe` module. |
### Variáveis
@ -2038,13 +2038,13 @@ A funcionalidade padrão é:
- 1 job -> `symbol` é exibido.
- 2 jobs or more -> `symbol` + `number` é exibido.
::: atenção
::: warning
Este módulo não é suportado em tcsh e nu.
:::
::: atenção
::: warning
A opção `threshold` está obsoleta, mas se você quiser usa-la, o módulo vai exibir o numero de jobs rodando se for maior que 1 ou maior que o valor configurado na `threshold`, se ele existir. Se o valor `threshold` for definido como 0, então o módulo vai exibir quando tiver 0 jobs rodando.
@ -2095,16 +2095,16 @@ O módulo `julia` exibe a versão atual instalada do [Julia](https://julialang.o
### Opções
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `detect_extensions` | `['jl']` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['Project.toml', 'Manifest.toml']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
| `symbol` | `'ஃ '` | O formato de string que representa o simbolo do Julia. |
| `style` | `'bold purple'` | O estilo do módulo. |
| `disabled` | `false` | Desabilita o módulo `julia`. |
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `detect_extensions` | `['jl']` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['Project.toml', 'Manifest.toml']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
| `symbol` | `'ஃ '` | O formato de string que representa o simbolo do Julia. |
| `style` | `'bold purple'` | O estilo do módulo. |
| `disabled` | `false` | Desabilita o módulo `julia`. |
### Variáveis
@ -2133,17 +2133,17 @@ O módulo `kotlin` exibie a versão atual instalada do [Kotlin](https://kotlinla
### Opções
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `detect_extensions` | `['kt', 'kts']` | Quais extensões devem ativar este módulo. |
| `detect_files` | `[]` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
| `symbol` | `'🅺 '` | O formato de string que representa o simbolo do Kotlin. |
| `style` | `'bold blue'` | O estilo do módulo. |
| `kotlin_binary` | `'kotlin'` | Configura o binário do kotlin que o Starship executa para obter a versão. |
| `disabled` | `false` | Desabilita o módulo `kotlin`. |
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `detect_extensions` | `['kt', 'kts']` | Quais extensões devem ativar este módulo. |
| `detect_files` | `[]` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
| `symbol` | `'🅺 '` | O formato de string que representa o simbolo do Kotlin. |
| `style` | `'bold blue'` | O estilo do módulo. |
| `kotlin_binary` | `'kotlin'` | Configura o binário do kotlin que o Starship executa para obter a versão. |
| `disabled` | `false` | Desabilita o módulo `kotlin`. |
### Variáveis
@ -2321,17 +2321,17 @@ O módulo `lua` exibe a versão atual instalada do [Lua](http://www.lua.org/). P
### Opções
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🌙 '` | Uma string que representa o simbolo do Lua. |
| `detect_extensions` | `['lua']` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['.lua-version']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `['lua']` | Quais pastas devem ativar este módulo. |
| `style` | `'bold blue'` | O estilo do módulo. |
| `lua_binary` | `'lua'` | Configura o binário lua que o Starship executa para pegar a versão. |
| `disabled` | `false` | Desabilita o módulo `lua`. |
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🌙 '` | Uma string que representa o simbolo do Lua. |
| `detect_extensions` | `['lua']` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['.lua-version']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `['lua']` | Quais pastas devem ativar este módulo. |
| `style` | `'bold blue'` | O estilo do módulo. |
| `lua_binary` | `'lua'` | Configura o binário lua que o Starship executa para pegar a versão. |
| `disabled` | `false` | Desabilita o módulo `lua`. |
### Variáveis
@ -2720,7 +2720,7 @@ symbol = '☁️ '
The `os` module shows the current operating system. OS information is detected via the [os_info](https://lib.rs/crates/os_info) crate.
::: atenção
::: warning
The [os_info](https://lib.rs/crates/os_info) crate used by this module is known to be inaccurate on some systems.
@ -3064,19 +3064,19 @@ Por padrão o módulo vai exibir se uma das condições a seguir for atendida:
### Opções
| Opções | Padrão | Descrição |
| -------------------- | ------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------- |
| `format` | `'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🐍 '` | Uma string que representa o simbolo do Python |
| `style` | `'yellow bold'` | O estilo do módulo. |
| `pyenv_version_name` | `false` | Usa pyenv para pegar a versão do Python |
| `pyenv_prefix` | `pyenv` | Prefixo antes da versão do pyenv, apenas usado se pyenv for usado |
| `python_binary` | `['python', 'python3', 'python2']` | Configura o binário python que o Starship vai executar para obter a versão. |
| `detect_extensions` | `['py']` | Quais extensões devem acionar este módulo |
| `detect_files` | `['.python-version', 'Pipfile', '__init__.py', 'pyproject.toml', 'requirements.txt', 'setup.py', 'tox.ini']` | [] |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo |
| `disabled` | `false` | Desabilita o módulo `python`. |
| Opções | Padrão | Descrição |
| -------------------- | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
| `format` | `'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🐍 '` | Uma string que representa o simbolo do Python |
| `style` | `'yellow bold'` | O estilo do módulo. |
| `pyenv_version_name` | `false` | Usa pyenv para pegar a versão do Python |
| `pyenv_prefix` | `pyenv` | Prefixo antes da versão do pyenv, apenas usado se pyenv for usado |
| `python_binary` | `['python', 'python3', 'python2']` | Configura o binário python que o Starship vai executar para obter a versão. |
| `detect_extensions` | `['py']` | Quais extensões devem acionar este módulo |
| `detect_files` | `['.python-version', 'Pipfile', '__init__.py', 'pyproject.toml', 'requirements.txt', 'setup.py', 'tox.ini']` | [] |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo |
| `disabled` | `false` | Desabilita o módulo `python`. |
::: tip
@ -3147,16 +3147,16 @@ O módulo `rlang` mostra a versão atualmente instalada do [R](https://www.r-pro
### Opções
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'📐'` | Uma string que representa o simbolo do R. |
| `style` | `'blue bold'` | O estilo do módulo. |
| `detect_extensions` | `['R', 'Rd', 'Rmd', 'Rproj', 'Rsx']` | Quais extensões devem acionar este módulo |
| `detect_files` | `['.Rprofile']` | [] |
| `detect_folders` | `['.Rproj.user']` | Quais pastas devem ativar este módulo |
| `disabled` | `false` | Desabilita o módulo `r`. |
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'📐'` | Uma string que representa o simbolo do R. |
| `style` | `'blue bold'` | O estilo do módulo. |
| `detect_extensions` | `['R', 'Rd', 'Rmd', 'Rproj', 'Rsx']` | Quais extensões devem acionar este módulo |
| `detect_files` | `['.Rprofile']` | [] |
| `detect_folders` | `['.Rproj.user']` | Quais pastas devem ativar este módulo |
| `disabled` | `false` | Desabilita o módulo `r`. |
### Variáveis
@ -3184,16 +3184,16 @@ The `raku` module shows the currently installed version of [Raku](https://www.ra
### Opções
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------------------ | ----------------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version-$vm_version )]($style)'` | A string de formato do módulo. |
| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🦋 '` | The symbol used before displaying the version of Raku |
| `detect_extensions` | `['p6', 'pm6', 'pod6', 'raku', 'rakumod']` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['META6.json']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
| `style` | `'bold 149'` | O estilo do módulo. |
| `disabled` | `false` | Disables the `raku` module. |
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------------------ | ------------------------------------------------------------------------------------ |
| `format` | `'via [$symbol($version-$vm_version )]($style)'` | A string de formato do módulo. |
| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🦋 '` | The symbol used before displaying the version of Raku |
| `detect_extensions` | `['p6', 'pm6', 'pod6', 'raku', 'rakumod']` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['META6.json']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
| `style` | `'bold 149'` | O estilo do módulo. |
| `disabled` | `false` | Disables the `raku` module. |
### Variáveis
@ -3221,16 +3221,16 @@ Por padrão o módulo `red` exibe a versão atual instalada do [Red](https://www
### Opções
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🔺 '` | Uma string que representa o simbolo do Red. |
| `detect_extensions` | `['red']` | Quais extensões devem ativar este módulo. |
| `detect_files` | `[]` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
| `style` | `'red bold'` | O estilo do módulo. |
| `disabled` | `false` | Desabilita o módulo `red`. |
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🔺 '` | Uma string que representa o simbolo do Red. |
| `detect_extensions` | `['red']` | Quais extensões devem ativar este módulo. |
| `detect_files` | `[]` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
| `style` | `'red bold'` | O estilo do módulo. |
| `disabled` | `false` | Desabilita o módulo `red`. |
### Variáveis
@ -3264,17 +3264,17 @@ O Starship pega a versão atual do Ruby rodando `ruby -v`.
### Opções
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'💎 '` | Uma string que representa o simbolo do Ruby. |
| `detect_extensions` | `['rb']` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['Gemfile', '.ruby-version']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
| `detect_variables` | `['RUBY_VERSION', 'RBENV_VERSION']` | Quais variáveis de ambiente devem ativar este módulo. |
| `style` | `'bold red'` | O estilo do módulo. |
| `disabled` | `false` | Desabilita o módulo `ruby`. |
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'💎 '` | Uma string que representa o simbolo do Ruby. |
| `detect_extensions` | `['rb']` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['Gemfile', '.ruby-version']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
| `detect_variables` | `['RUBY_VERSION', 'RBENV_VERSION']` | Quais variáveis de ambiente devem ativar este módulo. |
| `style` | `'bold red'` | O estilo do módulo. |
| `disabled` | `false` | Desabilita o módulo `ruby`. |
### Variáveis
@ -3304,16 +3304,16 @@ Por padrão o módulo `rust` vai exibir a versão atual instalada do [Rust](http
### Opções
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🦀 '` | Uma string que representa o simbolo do Rust |
| `detect_extensions` | `['rs']` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['Cargo.toml']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
| `style` | `'bold red'` | O estilo do módulo. |
| `disabled` | `false` | Desabilita o módulo `rust`. |
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🦀 '` | Uma string que representa o simbolo do Rust |
| `detect_extensions` | `['rs']` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['Cargo.toml']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
| `style` | `'bold red'` | O estilo do módulo. |
| `disabled` | `false` | Desabilita o módulo `rust`. |
### Variáveis
@ -3346,16 +3346,16 @@ O módulo `scala` exibe a versão atual instalada do [Scala](https://www.scala-l
### Opções
| Opções | Padrão | Descrição |
| ------------------- | ---------------------------------------- | ----------------------------------------------------------------------------------- |
| `format` | `'via [${symbol}(${version} )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `detect_extensions` | `['sbt', 'scala']` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['.scalaenv', '.sbtenv', 'build.sbt']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `['.metals']` | Quais pastas devem ativar este módulo. |
| `symbol` | `'🆂 '` | Uma string que representa o simbolo do Scala. |
| `style` | `'red dimmed'` | O estilo do módulo. |
| `disabled` | `false` | Desabilita o módulo `scala`. |
| Opções | Padrão | Descrição |
| ------------------- | ---------------------------------------- | ------------------------------------------------------------------------------------ |
| `format` | `'via [${symbol}(${version} )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `detect_extensions` | `['sbt', 'scala']` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['.scalaenv', '.sbtenv', 'build.sbt']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `['.metals']` | Quais pastas devem ativar este módulo. |
| `symbol` | `'🆂 '` | Uma string que representa o simbolo do Scala. |
| `style` | `'red dimmed'` | O estilo do módulo. |
| `disabled` | `false` | Desabilita o módulo `scala`. |
### Variáveis
@ -3647,16 +3647,16 @@ Por padrão o módulo `swift` vai exibir a versão atual instalada do [Swift](ht
### Opções
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🐦 '` | Uma string que representa o simbolo do Swift |
| `detect_extensions` | `['swift']` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['Package.swift']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
| `style` | `'bold 202'` | O estilo do módulo. |
| `disabled` | `false` | Desabilita o módulo `swift`. |
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'🐦 '` | Uma string que representa o simbolo do Swift |
| `detect_extensions` | `['swift']` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['Package.swift']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
| `style` | `'bold 202'` | O estilo do módulo. |
| `disabled` | `false` | Desabilita o módulo `swift`. |
### Variáveis
@ -3835,16 +3835,16 @@ O módulo `vagrant` exibe a versão atual instalada do [Vagrant](https://www.vag
### Opções
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | A versão formatada. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'⍱ '` | Um formato de string que representa o simbolo do Vagrant. |
| `detect_extensions` | `[]` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['Vagrantfile']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
| `style` | `'cyan bold'` | O estilo do módulo. |
| `disabled` | `false` | Desabilita o módulo `vagrant`. |
| Opções | Padrão | Descrição |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ |
| `format` | `'via [$symbol($version )]($style)'` | O formato do módulo. |
| `version_format` | `'v${raw}'` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
| `symbol` | `'⍱ '` | Um formato de string que representa o simbolo do Vagrant. |
| `detect_extensions` | `[]` | Quais extensões devem ativar este módulo. |
| `detect_files` | `['Vagrantfile']` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
| `style` | `'cyan bold'` | O estilo do módulo. |
| `disabled` | `false` | Desabilita o módulo `vagrant`. |
### Variáveis

View File

@ -400,15 +400,15 @@ Se você estiver procurando personalizar ainda mais a Starship:
## 🤝 Contribuindo
Nós estamos sempre procurando contribuidores de **todos os níveis de conhecimento**! Se você está buscando um caminho mais fácil para começar no projeto, veja essas [boas issues para começar](https://github.com/starship/starship/labels/🌱%20good%20first%20issue).
Nós estamos sempre procurando contribuidores de **todos os níveis de conhecimento**! Se você deseja facilitar seu caminho para o projeto, experimente uma [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue).
Se você é fluente em uma linguá não inglesa, nos ficaríamos gratos por qualquer ajuda em manter nossas documentações traduzidas e atualizadas em outras linguás. Se você deseja ajudar nas traduções, você pode contribuir no [Crowdin do Starship](https://translate.starship.rs/).
Se você é fluente em um idioma diferente do inglês, agradecemos qualquer ajuda para manter nossos documentos traduzidos e atualizados em outros idiomas. Se você quiser ajudar, as traduções podem ser contribuídas no [Crowdin do Starship](https://translate.starship.rs/).
Se você está interessado em ajudar contribuindo com o projeto, dê uma olhada no nosso [Guia de Contribuição](https://github.com/starship/starship/blob/master/CONTRIBUTING.md). Além disso, sinta-se à vontade para entrar no nosso [servidor no Discord](https://discord.gg/8Jzqu3T) e dizer oi. 👋
Se você estiver interessado em ajudar a contribuir com starship, dê uma olhada em nosso [Guia de Contribuição](https://github.com/starship/starship/blob/master/CONTRIBUTING.md). Além disso, sinta-se à vontade para entrar no nosso [servidor do Discord](https://discord.gg/8Jzqu3T) e diga oi. 👋
## 💭 Inspirado por
Por favor, confira estes projetos anteriores que ajudaram a inspirar a criação do startship. 🙏
Por favor, confira esses trabalhos anteriores que ajudaram a inspirar a criação do starship. 🙏
- **[denysdovhan/spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt)** Um prompt ZSH para astronautas.

View File

@ -1,4 +1,4 @@
# Instalação Avançada
# Instalação avançada
Para instalar o starship, você precisa de duas coisas:

View File

@ -6,7 +6,7 @@ Para mais detalhes sobre como usar uma personalização, clique na imagem.
## [Símbolos Nerd Font](./nerd-font.md)
Essa personalização altera os símbolos para cada módulo usar Nerd Font.
Essa predefinição altera os símbolos para cada módulo usar símbolos com Nerd Font.
[![Captura de tela da personalização com símbolos usando Nerd Font](/presets/img/nerd-font-symbols.png "Clique para ver as personalizações para Nerd Font")](./nerd-font)
@ -20,7 +20,7 @@ This preset changes the symbols for several modules so that no Nerd Font symbols
## [Seguimentos entre colchetes](./bracketed-segments.md)
Esta configuração altera o formato de todos os módulos internos para mostrar seus respectivos segmentos entre colchetes em vez de usar o texto convencional do Starship ("via", "on", etc.).
Está personalização altera o formato de todos os módulos integrados para que usem colchetes ao mostrar o seguimento ao invés de usar texto convencional do Starship ("via", "on", etc.).
[![Captura de tela de segmentos predefinidos](/presets/img/bracketed-segments.png "Clique para ver as personalizações de seguimentos entre colchetes")](./bracketed-segments)
@ -28,7 +28,7 @@ Esta configuração altera o formato de todos os módulos internos para mostrar
Essa personalização converte os símbolos para cada módulo em texto simples. Importante para quando não tiver suporte para caracteres Unicode.
[![Captura de tela da predefinição de símbolos de texto simples](/presets/img/plain-text-symbols.png "Clique para ver as personalizações para símbolos de texto simples")](./plain-text)
[![Captura de tela de personalização de símbolos de texto simples](/presets/img/plain-text-symbols.png "Clique para ver as personalizações para símbolos de texto simples")](./plain-text)
## [Runtime Ausente](./no-runtimes.md)
@ -44,15 +44,15 @@ This preset does not show icons if the toolset is not found.
## [Prompt do Terminal com Pure](./pure-preset.md)
Essa personalização simula o comportamento e aparência do [Pure](https://github.com/sindresorhus/pure).
Essa configuração simula a aparência e o comportamento do [Pure](https://github.com/sindresorhus/pure).
[![Captura de tela da configuração emulando Pure](/presets/img/pure-preset.png "Clique para ver as personalização para usar no prompt do terminal com Pure")](./pure-preset)
[![Captura de tela da personalização do prompt do terminal usando Pure](/presets/img/pure-preset.png "Clique para ver as personalização para usar no prompt do terminal com Pure")](./pure-preset)
## [Pastel Powerline](./pastel-powerline.md)
Esta personalização é inspirada em [M365Princess](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/M365Princess.omp.json). Mostra também como a substituição de segmentos do caminho completo do diretório funciona no starship.
[![Screenshot do preset Pastel Powerline](/presets/img/pastel-powerline.png "Clique para ver as personalização para usar no prompt do terminal com Pure")](./pastel-powerline)
[![Capture de tela das personalizações com Pastel Powerline](/presets/img/pastel-powerline.png "Clique para ver as personalização para usar no prompt do terminal com Pure")](./pastel-powerline)
## [Tokyo Night](./tokyo-night.md)

View File

@ -2,7 +2,7 @@
# Predefinições entre colchetes
Esta configuração altera o formato de todos os módulos internos para mostrar seus respectivos segmentos entre colchetes em vez de usar o texto convencional do Starship ("via", "on", etc.).
Está personalização altera o formato de todos os módulos integrados para que usem colchetes ao mostrar o seguimento ao invés de usar texto convencional do Starship ("via", "on", etc.).
![Captura de tela de segmentos predefinidos](/presets/img/bracketed-segments.png)

View File

@ -2,7 +2,7 @@
# Símbolos Nerd Font
Essa predefinição altera os símbolos para cada módulo usar símbolos com Nerd Font.
Essa personalização altera os símbolos para cada módulo usar Nerd Font.
![Captura de tela da predefinição Nerd Font Symbols](/presets/img/nerd-font-symbols.png)

View File

@ -4,7 +4,7 @@
Esta predefinição oculta a versão do runtime da linguagem. Se você trabalha com containers ou ambientes virtualizados, esta aqui é para você!
![Captura da tela de predefinição Ocultar Versões de Runtime](/presets/img/no-runtime-versions.png)
![Captura de tela de uma personalização ocultando a versão do runtime](/presets/img/no-runtime-versions.png)
### Configuração

View File

@ -1,10 +1,10 @@
[Retornar para Predefinições](./README.md#pastel-powerline)
[Retornar para Personalizações](./README.md#pastel-powerline)
# Pastel Powerline
Esta personalização é inspirada em [M365Princess](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/M365Princess.omp.json). Mostra também como a substituição de segmentos do caminho completo do diretório funciona no starship.
![Screenshot do preset Pastel Powerline](/presets/img/pastel-powerline.png)
![Capture de tela das personalizações com Pastel Powerline](/presets/img/pastel-powerline.png)
### Pré-requisitos

View File

@ -1,10 +1,10 @@
[Retornar para Personalizações](./README.md#plain-text-symbols)
[Retornar para Predefinições](./README.md#plain-text-symbols)
## Personalização de símbolos de texto simples
Essa personalização converte os símbolos para cada módulo em texto simples. Importante para quando não tiver suporte para caracteres Unicode.
![Captura de tela da predefinição de símbolos de texto simples](/presets/img/plain-text-symbols.png)
![Captura de tela de personalização de símbolos de texto simples](/presets/img/plain-text-symbols.png)
### Configuração

View File

@ -2,9 +2,9 @@
# Personalização do prompt do terminal com Pure
Essa personalização simula o comportamento e aparência do [Pure](https://github.com/sindresorhus/pure).
Essa personalização simula a aparência e o comportamento do [Pure](https://github.com/sindresorhus/pure).
![Captura de tela da configuração emulando Pure](/presets/img/pure-preset.png)
![Captura de tela da personalização do prompt do terminal usando Pure](/presets/img/pure-preset.png)
### Configuração

View File

@ -400,7 +400,7 @@ If you're looking to further customize Starship:
## 🤝 Помощь
Мы всегда ищем помощников **всех уровней навыков**! Если вы хотите облегчить свой путь к проекту, попробуйте [хорошие первые задачи](https://github.com/starship/starship/labels/🌱%20good%20first%20issue).
Мы всегда ищем помощь людей **всех уровней навыков**! Если вы хотите облегчить свой путь к проекту, посмотрите хорошие первые ошибки ([first good issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue)).
Если Вы свободно владеете иностранным языком отличным от английского, мы высоко оценим любую помощь в переводе нашей документации на другие языки и поддержании ее в актуальном состоянии. Если вы хотите помочь, переводы могут быть сделаны на платформе [Starship Crowdin](https://translate.starship.rs/).

View File

@ -119,7 +119,7 @@ description: Starship, her prompt için minimal, son derece hızlı ve son derec
#### Elvish
::: uyarı
::: warning
Only elvish v0.18 or higher is supported.
@ -147,7 +147,7 @@ description: Starship, her prompt için minimal, son derece hızlı ve son derec
#### Nushell
::: uyarı
::: warning
This will change in the future. Only Nushell v0.61+ is supported.
@ -178,7 +178,7 @@ description: Starship, her prompt için minimal, son derece hızlı ve son derec
#### Cmd
Cmd ıle beraber [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) kullanmalısınız. Add the following to a file `starship.lua` and place this file in Clink scripts directory:
Cmd ile beraber [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) kullanmalısınız. Add the following to a file `starship.lua` and place this file in Clink scripts directory:
```lua
-- starship.lua

View File

@ -656,7 +656,7 @@ The character will tell you whether the last command was successful or not. It c
By default it only changes color. If you also want to change its shape take a look at [this example](#with-custom-error-shape).
::: uyarı
::: warning
`vimcmd_symbol` yalnızca cmd, fish ve zsh'de desteklenir. `vimcmd_replace_one_symbol`, `vimcmd_replace_symbol`, and `vimcmd_visual_symbol` are only supported in fish due to [upstream issues with mode detection in zsh](https://github.com/starship/starship/issues/625#issuecomment-732454148).
@ -2038,13 +2038,13 @@ The default functionality is:
- 1 job -> `symbol` is shown.
- 2 jobs or more -> `symbol` + `number` are shown.
::: uyarı
::: warning
This module is not supported on tcsh and nu.
:::
::: uyarı
::: warning
The `threshold` option is deprecated, but if you want to use it, the module will show the number of jobs running if there is more than 1 job, or more than the `threshold` config value, if it exists. If `threshold` is set to 0, then the module will also show when there are 0 jobs running.
@ -2720,7 +2720,7 @@ symbol = '☁️ '
The `os` module shows the current operating system. OS information is detected via the [os_info](https://lib.rs/crates/os_info) crate.
::: uyarı
::: warning
The [os_info](https://lib.rs/crates/os_info) crate used by this module is known to be inaccurate on some systems.

View File

@ -281,7 +281,7 @@ eval "$(starship init bash)"
<details>
<summary>Cmd</summary>
Cmd ile beraber [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) kullanmalısınız. `%LocalAppData%\clink\starship.lua` dosyasını belirtilen dizinde aşağıdaki kod içeriği olacak şekilde oluşturun:
Cmd ıle beraber [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) kullanmalısınız. `%LocalAppData%\clink\starship.lua` dosyasını belirtilen dizinde aşağıdaki kod içeriği olacak şekilde oluşturun:
```lua
load(io.popen('starship init cmd'):read("*a"))()

View File

@ -178,7 +178,7 @@
<details>
<summary>Android</summary>
Встановіть Starship використовуючи менеджер пакетів:
Встановіть Starship використовуючи будь-який з наступних менеджерів пакетів:
| Репозиторій | Командна інструкція |
| --------------------------------------------------------------------------------- | ---------------------- |

View File

@ -119,7 +119,7 @@ description: Starship là prompt nhỏ, cực nhanh, và khả năng tuỳ biế
#### Elvish
::: cảnh báo
::: warning
Only elvish v0.18 or higher is supported.
@ -147,7 +147,7 @@ description: Starship là prompt nhỏ, cực nhanh, và khả năng tuỳ biế
#### Nushell
::: cảnh báo
::: warning
This will change in the future. Only Nushell v0.61+ is supported.

View File

@ -459,7 +459,7 @@ style = "blue bold"
`battery` module cho biết cách sạc pin của thiết bị là gì và tình trạng sạc hiện tại của nó. Module chỉ được nhìn thấy khi pin của thiết bị dưới 10%.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| -------------------- | --------------------------------- | -------------------------------------------------------- |
@ -495,7 +495,7 @@ style = 'bold red'
The default value for the `charging_symbol` and `discharging_symbol` option is respectively the value of `battery`'s `charging_symbol` and `discharging_symbol` option.
#### Các tuỳ chọn
#### Options
Tuỳ chọn `display` là một mảng của của bảng sau.
@ -564,8 +564,8 @@ symbol = '🦬 '
The `bun` module shows the currently installed version of the [bun](https://bun.sh) JavaScript runtime. Mặc định module sẽ được hiển thị nếu có bất kì điều kiện nào dưới đây thoả mãn:
- Đường dẫn hiện tại chứa một tập tin `bun.lockb`
- Đường dẫn hiện tại chứa một tập tin `bunfig.toml`
- Thư mục hiện tại chứa một tập tin `bun.lockb`
- Thư mục hiện tại chứa một tập tin `bunfig.toml`
### Các tuỳ chọn
@ -603,7 +603,7 @@ format = 'via [🍔 $version](bold green) '
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.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | --------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
@ -656,13 +656,13 @@ Kí tự sẽ nói cho bạn câu lệnh cuối liệu thành công hay thất b
Mặc định, nó chỉ thay đổi màu. If you also want to change its shape take a look at [this example](#with-custom-error-shape).
::: cảnh báo
::: warning
`vimcmd_symbol` is only supported in cmd, fish and zsh. `vimcmd_replace_one_symbol`, `vimcmd_replace_symbol`, and `vimcmd_visual_symbol` are only supported in fish due to [upstream issues with mode detection in zsh](https://github.com/starship/starship/issues/625#issuecomment-732454148).
:::
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| --------------------------- | -------------------- | --------------------------------------------------------------------------------------- |
@ -719,7 +719,7 @@ The `cmake` module shows the currently installed version of [CMake](https://cmak
- Đường dẫn hiện tại chứa một tập tin `CmakeLists.txt`
- Đường dẫn hiện tại chứa một tập tin `CMakeCache.txt`
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | -------------------------------------- | ------------------------------------------------------------------------- |
@ -784,7 +784,7 @@ Nếu bạn đang chạy Starship trong `bash`, không thể hook `DEBUG` trap s
Người dùng Bash, những người cần chức năng giống preexec có thể sử dụng [rcaloras's bash_preexec framework](https://github.com/rcaloras/bash-preexec). Đơn giản là định nghĩa các mảng `preexec_functions``precmd_functions` trước khi chạy `eval $(starship init $0)`, và sau đó thực thi như bình thường.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ---------------------- | ----------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@ -826,7 +826,7 @@ Cái này không loại bỏ conda's prompt mà nó sở hữu, bạn có thể
:::
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@ -860,7 +860,7 @@ format = '[$symbol$environment](dimmed green) '
The `container` module displays a symbol and container name, if inside a container.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ---------- | ---------------------------------- | ----------------------------------------- |
@ -895,7 +895,7 @@ The `crystal` module shows the currently installed version of [Crystal](https://
- Đường dẫn hiện tại chứa một tập tin `shard.yml`
- Đường dẫn hiện tại chứa một tập tin `.cr`
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
@ -931,9 +931,9 @@ format = 'via [✨ $version](bold blue) '
The `daml` module shows the currently used [Daml](https://www.digitalasset.com/developers) SDK version when you are in the root directory of your Daml project. The `sdk-version` in the `daml.yaml` file will be used, unless it's overridden by the `DAML_SDK_VERSION` environment variable. Mặc định module sẽ được hiển thị nếu có bất kì điều kiện nào dưới đây thoả mãn:
- Đường dẫn hiện tại chứa một tập tin `daml.yaml`
- Thư mục hiện tại chứa một tập tin `daml.yaml`
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
@ -973,7 +973,7 @@ The `dart` module shows the currently installed version of [Dart](https://dart.d
- Đường dẫn hiện tại chứa một đường dẫn `.dart_tool`
- Đường dẫn hiện tại chứa một tệp tin `pubspec.yaml`, `pubspec.yml` hoặc `pubspec.lock`
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------------------- | ------------------------------------------------------------------------- |
@ -1011,7 +1011,7 @@ The `deno` module shows you your currently installed version of [Deno](https://d
- The current directory contains a `deno.json`, `deno.jsonc`, `mod.ts`, `mod.js`, `deps.ts` or `deps.js` file
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------- |
@ -1049,7 +1049,7 @@ Khi sử dụng fish style pwd option, thay vì ẩn đường dẫn được r
Cho ví dụ, `~/Dev/Nix/nixpkgs/pkgs` nơi `nixpkgs` là gốc của repo, và tuỳ chọn thiết lập sang `1`. Bây giờ bạn sẽ thấy `~/D/N/nixpkgs/pkgs`, trong khi trước nó là `nixpkgs/pkgs`.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
@ -1126,7 +1126,7 @@ truncation_symbol = '…/'
The `docker_context` module shows the currently active [Docker context](https://docs.docker.com/engine/context/working-with-contexts/) if it's not set to `default` or if the `DOCKER_MACHINE_NAME`, `DOCKER_HOST` or `DOCKER_CONTEXT` environment variables are set (as they are meant to override the context in use).
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
@ -1179,7 +1179,7 @@ Mô đun này sử dụng cơ chế của bản thân để phát hiện phiên
The module will also show the Target Framework Moniker (<https://docs.microsoft.com/en-us/dotnet/standard/frameworks#supported-target-frameworks>) when there is a `.csproj` file in the current directory.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
@ -1219,9 +1219,9 @@ heuristic = false
The `elixir` module shows the currently installed version of [Elixir](https://elixir-lang.org/) and [Erlang/OTP](https://erlang.org/doc/). Mặc định module sẽ được hiển thị nếu có bất kì điều kiện nào dưới đây thoả mãn:
- Đường dẫn hiện tại chứa một tập tin `mix.exs`.
- Thư mục hiện tại chứa một tập tin `mix.exs`.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ----------------------------------------------------------- | ------------------------------------------------------------------------- |
@ -1258,13 +1258,13 @@ symbol = '🔮 '
The `elm` module shows the currently installed version of [Elm](https://elm-lang.org/). Mặc định module sẽ được hiển thị nếu có bất kì điều kiện nào dưới đây thoả mãn:
- Đường dẫn hiện tại chứa một tập tin `elm.json`
- Đường dẫn hiện tại chứa một tập tin `elm-package.json`
- Thư mục hiện tại chứa một tập tin `elm.json`
- Thư mục hiện tại chứa một tập tin `elm-package.json`
- Đường dẫn hiện tại chứa một tệp tin `.elm-version`
- Đường dẫn hiện tại chứa một thư mục `elm-stuff`
- The current directory contains `*.elm` files
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | -------------------------------------------------- | ------------------------------------------------------------------------- |
@ -1318,7 +1318,7 @@ default = 'unknown user'
:::
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ---------- | ------------------------------ | ------------------------------------------------------------------------ |
@ -1364,10 +1364,10 @@ default = 'unknown user'
The `erlang` module shows the currently installed version of [Erlang/OTP](https://erlang.org/doc/). Mặc định module sẽ được hiển thị nếu có bất kì điều kiện nào dưới đây thoả mãn:
- Đường dẫn hiện tại chứa một tập tin `rebar.config`.
- Đường dẫn hiện tại chứa một tập tin `erlang.mk`.
- Thư mục hiện tại chứa một tập tin `rebar.config`.
- Thư mục hiện tại chứa một tập tin `erlang.mk`.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
@ -1403,7 +1403,7 @@ format = 'via [e $version](bold red) '
The `fill` module fills any extra space on the line with a symbol. If multiple `fill` modules are present in a line they will split the space evenly between them. This is useful for aligning other modules.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ---------- | -------------- | --------------------------------- |
@ -1432,7 +1432,7 @@ AA -------------------------------------------- BB -----------------------------
Mô đun `gcloud` hiển thị cấu hình hiện tại của [`gcloud`](https://cloud.google.com/sdk/gcloud) CLI. Cái này dựa trên tập tin `~/.config/gcloud/active_config`, `~/.config/gcloud/configurations/config_{CONFIG NAME}` và biến môi trường `CLOUDSDK_CONFIG`.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ----------------- | ---------------------------------------------------------- | ----------------------------------------------------------------- |
@ -1505,7 +1505,7 @@ very-long-project-name = 'vlpn'
Mô đun `git_branch` hiển thị nhánh hiệu lực của repo trong thư mục hiện tại của bạn.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| -------------------- | ------------------------------------------------- | ------------------------------------------------------------------------------------------- |
@ -1547,7 +1547,7 @@ ignore_branches = ['master', 'main']
Mô đun `git_commit` hiển thị hash commit hiện tại và tag (nếu có) của repo trong thư mục hiện tại của bạn.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| -------------------- | ------------------------------ | ------------------------------------------------------------------------------------ |
@ -1583,7 +1583,7 @@ tag_symbol = '🔖 '
Mô đun `git_state` sẽ hiển hiển thị trong các thư mục là một phần của gt repository và những nơi tồn tại một hoạt động trong tiến trình như _REBASING_, _BISECTING_. Nếu có thông tin tiến trình (ví dụ, REBASING 3/10), thông tin đó cũng sẽ được hiển thị.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| -------------- | --------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
@ -1629,7 +1629,7 @@ Mặc định, mô đun này được vô hiệu. Để kích hoạt nó, thiế
:::
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| -------------------- | ------------------------------------------------------------ | ------------------------------------- |
@ -1670,7 +1670,7 @@ The Git Status module is very slow in Windows directories (for example under `/m
:::
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ----------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
@ -1767,8 +1767,8 @@ windows_starship = '/mnt/c/Users/username/scoop/apps/starship/current/starship.e
The `golang` module shows the currently installed version of [Go](https://golang.org/). Mặc định module sẽ được hiển thị nếu có bất kì điều kiện nào dưới đây thoả mãn:
- Thư mục hiện tại chứa một tập tin `go.mod`
- Đường dẫn hiện tại chứa một tập tin `go.sum`
- Đường dẫn hiện tại chứa một tập tin `go.work`
- Thư mục hiện tại chứa một tập tin `go.sum`
- Thư mục hiện tại chứa một tập tin `go.work`
- Thư mục hiện tại chứa một tập tin `glide.yaml`
- Thư mục hiện tại chứa một tập tin `Gopkg.yml`
- Đường dẫn hiện tại chứa một tập tin `Gopkg.lock`
@ -1776,7 +1776,7 @@ The `golang` module shows the currently installed version of [Go](https://golang
- Thư mục hiện tại chứa một thư mục `Godeps`
- Thư mục hiện tại chứa một tệp tin với phần mở rộng `.go`
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ----------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
@ -1812,7 +1812,7 @@ format = 'via [🏎💨 $version](bold cyan) '
The `guix_shell` module shows the [guix-shell](https://guix.gnu.org/manual/devel/en/html_node/Invoking-guix-shell.html) environment. The module will be shown when inside a guix-shell environment.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ---------- | -------------------------- | ------------------------------------------------------ |
@ -1846,10 +1846,10 @@ The `haskell` module finds the current selected GHC version and/or the selected
Mặc định module sẽ được hiển thị nếu có bất kì điều kiện nào dưới đây thoả mãn:
- Đường dẫn hiện tại chứa một tập tin `stack.yaml`
- Thư mục hiện tại chứa một tập tin `stack.yaml`
- The current directory contains any `.hs`, `.cabal`, or `.hs-boot` file
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------ | --------------------------------------------------- |
@ -1881,7 +1881,7 @@ The `haxe` module shows the currently installed version of [Haxe](https://haxe.o
- The current directory contains a `.haxelib` or a `haxe_libraries` directory
- The current directory contains a file with the `.hx` or `.hxml` extension
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
@ -1920,7 +1920,7 @@ The `helm` module shows the currently installed version of [Helm](https://helm.s
- Thư mục hiện tại chứa một tập tin `helmfile.yaml`
- Thư mục hiện tại chứa một tập tin `Chart.yaml`
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
@ -1956,7 +1956,7 @@ format = 'via [⎈ $version](bold white) '
Mô đun `hostname` hiển thị hostnam hệ thống.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------ | -------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
@ -1996,7 +1996,7 @@ The `java` module shows the currently installed version of [Java](https://www.or
- The current directory contains a `pom.xml`, `build.gradle.kts`, `build.sbt`, `.java-version`, `deps.edn`, `project.clj`, or `build.boot` file
- Thư mục hiện tại chứa một tệp tin với phần mở rộng `.java`, `.class`, `.gradle`, `.jar`, `.clj`, or `.cljc`
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
@ -2038,19 +2038,19 @@ The default functionality is:
- 1 job -> `symbol` is shown.
- 2 jobs or more -> `symbol` + `number` are shown.
::: cảnh báo
::: warning
This module is not supported on tcsh and nu.
:::
::: cảnh báo
::: warning
The `threshold` option is deprecated, but if you want to use it, the module will show the number of jobs running if there is more than 1 job, or more than the `threshold` config value, if it exists. If `threshold` is set to 0, then the module will also show when there are 0 jobs running.
:::
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------ | ----------------------------- | ------------------------------------------------------------------------ |
@ -2093,7 +2093,7 @@ The `julia` module shows the currently installed version of [Julia](https://juli
- Thư mục hiện tại chứa một tập tin `Manifest.toml`
- Thư mục hiện tại chứa một tệp tin với phần mở rộng `.jl`
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
@ -2131,7 +2131,7 @@ The `kotlin` module shows the currently installed version of [Kotlin](https://ko
- Thư mục hiện tại chứa một tệp tin `.kt` hoặc một tệp tin `.kts`
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
@ -2184,7 +2184,7 @@ When the module is enabled it will always be active, unless any of `detect_exten
:::
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ---------------------------------------------------- | --------------------------------------------------------------------- |
@ -2263,7 +2263,7 @@ Long and automatically generated cluster names can be identified and shortened u
The `line_break` module separates the prompt into two lines.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ---------- | -------- | ------------------------------------------------------------------ |
@ -2282,7 +2282,7 @@ disabled = true
The `localip` module shows the IPv4 address of the primary network interface.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ---------- | ------------------------- | ------------------------------------------------------ |
@ -2319,7 +2319,7 @@ The `lua` module shows the currently installed version of [Lua](http://www.lua.o
- The current directory contains a `lua` directory
- The current directory contains a file with the `.lua` extension
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------ | -------------------------------------------------------------------------- |
@ -2364,7 +2364,7 @@ Mặc định, mô đun này được vô hiệu. Để kích hoạt nó, thiế
:::
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ----------- | ----------------------------------------------- | -------------------------------------------------------- |
@ -2405,7 +2405,7 @@ The `meson` module shows the current Meson developer environment status.
By default the Meson project name is displayed, if `$MESON_DEVENV` is set.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ---------------------------------- | ----------------------------------------------------------------------------------------- |
@ -2442,7 +2442,7 @@ style = 'bold dimmed green'
The `hg_branch` module shows the active branch of the repo in your current directory.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | -------------------------------- | -------------------------------------------------------------------------------------------- |
@ -2483,7 +2483,7 @@ The `nim` module shows the currently installed version of [Nim](https://nim-lang
- The current directory contains a file with the `.nims` extension
- The current directory contains a file with the `.nimble` extension
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
@ -2520,7 +2520,7 @@ symbol = '🎣 '
The `nix_shell` module shows the [nix-shell](https://nixos.org/guides/nix-pills/developing-with-nix-shell.html) environment. The module will be shown when inside a nix-shell environment.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------ | ---------------------------------------------- | ----------------------------------------------------- |
@ -2565,7 +2565,7 @@ The `nodejs` module shows the currently installed version of [Node.js](https://n
- The current directory contains a file with the `.js`, `.mjs` or `.cjs` extension
- The current directory contains a file with the `.ts`, `.mts` or `.cts` extension
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------------ | ----------------------------------------------------------------------------------------------------- |
@ -2609,7 +2609,7 @@ The `ocaml` module shows the currently installed version of [OCaml](https://ocam
- The current directory contains a `.merlin` file
- The current directory contains a file with `.ml`, `.mli`, `.re` or `.rei` extension
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------------- | -------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
@ -2649,7 +2649,7 @@ format = 'via [🐪 $version]($style) '
The `opa` module shows the currently installed version of the OPA tool. By default the module will be shown if the current directory contains a `.rego` file.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
@ -2685,7 +2685,7 @@ format = 'via [⛑️ $version](bold red) '
The `openstack` module shows the current OpenStack cloud and project. The module only active when the `OS_CLOUD` env var is set, in which case it will read `clouds.yaml` file from any of the [default locations](https://docs.openstack.org/python-openstackclient/latest/configuration/index.html#configuration-files). to fetch the current project in use.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ---------- | ----------------------------------------------- | -------------------------------------------------------------- |
@ -2720,7 +2720,7 @@ symbol = '☁️ '
The `os` module shows the current operating system. OS information is detected via the [os_info](https://lib.rs/crates/os_info) crate.
::: cảnh báo
::: warning
The [os_info](https://lib.rs/crates/os_info) crate used by this module is known to be inaccurate on some systems.
@ -2732,7 +2732,7 @@ Mặc định, mô đun này được vô hiệu. Để kích hoạt nó, thiế
:::
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ---------- | --------------------- | ------------------------------------------------------ |
@ -2837,7 +2837,7 @@ The `package` module is shown when the current directory is the repository for a
> ⚠️ The version being shown is that of the package whose source code is in your current directory, not your package manager.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ----------------- | --------------------------------- | ------------------------------------------------------------------------- |
@ -2877,7 +2877,7 @@ The `perl` module shows the currently installed version of [Perl](https://www.pe
- The current directory contains a `.perl-version` file
- The current directory contains a `.pl`, `.pm` or `.pod`
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
@ -2915,7 +2915,7 @@ The `php` module shows the currently installed version of [PHP](https://www.php.
- The current directory contains a `.php-version` file
- The current directory contains a `.php` extension
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
@ -2962,7 +2962,7 @@ Mặc định module sẽ được hiển thị nếu có bất kì điều ki
- The current directory contains either `Pulumi.yaml` or `Pulumi.yml`
- A parent directory contains either `Pulumi.yaml` or `Pulumi.yml` unless `search_upwards` is set to `false`
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ---------------- | -------------------------------------------- | ------------------------------------------------------------------------- |
@ -3012,7 +3012,7 @@ The `purescript` module shows the currently installed version of [PureScript](ht
- Thư mục hiện tại chứa một tập tin `spago.dhall`
- The current directory contains a file with the `.purs` extension
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
@ -3062,7 +3062,7 @@ Mặc định module sẽ được hiển thị nếu có bất kì điều ki
- The current directory contains a file with the `.py` extension.
- A virtual environment is currently activated
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| -------------------- | ------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------- |
@ -3145,7 +3145,7 @@ The `rlang` module shows the currently installed version of [R](https://www.r-pr
- The current directory contains a `.Rprofile` file
- The current directory contains a `.Rproj.user` folder
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
@ -3182,7 +3182,7 @@ The `raku` module shows the currently installed version of [Raku](https://www.ra
- The current directory contains a `META6.json` file
- The current directory contains a `.p6`, `.pm6`, `.raku`, `.rakumod` or `.pod6`
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------------------ | ------------------------------------------------------------------------- |
@ -3219,7 +3219,7 @@ By default the `red` module shows the currently installed version of [Red](https
- The current directory contains a file with `.red` or `.reds` extension
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
@ -3262,7 +3262,7 @@ By default the `ruby` module shows the currently installed version of [Ruby](htt
Starship gets the current Ruby version by running `ruby -v`.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
@ -3302,7 +3302,7 @@ By default the `rust` module shows the currently installed version of [Rust](htt
- The current directory contains a `Cargo.toml` file
- The current directory contains a file with the `.rs` extension
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
@ -3344,7 +3344,7 @@ The `scala` module shows the currently installed version of [Scala](https://www.
- The current directory contains a file with the `.scala` or `.sbt` extension
- The current directory contains a directory named `.metals`
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ---------------------------------------- | ------------------------------------------------------------------------- |
@ -3386,7 +3386,7 @@ Mặc định, mô đun này được vô hiệu. Để kích hoạt nó, thiế
:::
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ---------------------- | ------------------------- | ------------------------------------------------------------ |
@ -3431,7 +3431,7 @@ disabled = false
The `shlvl` module shows the current [`SHLVL`](https://tldp.org/LDP/abs/html/internalvariables.html#SHLVLREF) ('shell level') environment variable, if it is set to a number and meets or exceeds the specified threshold.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ----------- | ---------------------------- | ------------------------------------------------------------- |
@ -3467,7 +3467,7 @@ threshold = 3
The `singularity` module shows the current [Singularity](https://sylabs.io/singularity/) image, if inside a container and `$SINGULARITY_NAME` is set.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ---------- | -------------------------------- | ------------------------------------------------ |
@ -3499,7 +3499,7 @@ format = '[📦 \[$env\]]($style) '
The `spack` module shows the current [Spack](https://spack.readthedocs.io/en/latest/) environment, if `$SPACK_ENV` is set.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
@ -3538,7 +3538,7 @@ Mặc định, mô đun này được vô hiệu. Để kích hoạt nó, thiế
:::
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| --------------------------- | ---------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
@ -3599,7 +3599,7 @@ Mặc định, mô đun này được vô hiệu. Để kích hoạt nó, thiế
:::
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| --------------- | ------------------------ | ------------------------------------------------------- |
@ -3645,7 +3645,7 @@ By default the `swift` module shows the currently installed version of [Swift](h
- The current directory contains a `Package.swift` file
- The current directory contains a file with the `.swift` extension
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
@ -3692,7 +3692,7 @@ Mặc định module sẽ được hiển thị nếu có bất kì điều ki
- The current directory contains a `.terraform` folder
- Current directory contains a file with the `.tf`, `.tfplan` or `.tfstate` extensions
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
@ -3746,7 +3746,7 @@ Mặc định, mô đun này được vô hiệu. Để kích hoạt nó, thiế
:::
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ----------------- | ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
@ -3797,7 +3797,7 @@ SSH connection is detected by checking environment variables `SSH_CONNECTION`, `
:::
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------- | ----------------------- | ------------------------------------------- |
@ -3833,7 +3833,7 @@ The `vagrant` module shows the currently installed version of [Vagrant](https://
- The current directory contains a `Vagrantfile` file
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
@ -3872,7 +3872,7 @@ The `vlang` module shows you your currently installed version of [V](https://vla
- The current directory contains a file with `.v` extension
- The current directory contains a `v.mod`, `vpkg.json` or `.vpkg-lock.json` file
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | -------------------------------------------- | ------------------------------------------------------------------------- |
@ -3905,7 +3905,7 @@ format = 'via [V $version](blue bold) '
The `vcsh` module displays the current active [VCSH](https://github.com/RichiH/vcsh) repository. The module will be shown only if a repository is currently in use.
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ---------- | -------------------------------- | ------------------------------------------------------ |
@ -3939,7 +3939,7 @@ By default the the `zig` module shows the currently installed version of [Zig](h
- The current directory contains a `.zig` file
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
@ -4009,7 +4009,7 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt
:::
### Các tuỳ chọn
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

View File

@ -86,15 +86,15 @@ Finally if you find a bug you can use the `bug-report` command to create a Githu
starship bug-report
```
## Tại sao tôi không tình thấy một kí hiệu glyph trong prompt?
## Tại sao tôi không thấy một biểu tượng glyph trong dấu nhắc lệnh của tôi?
Đa số nguyên nhân phổ biến của việc này là cấu hình hệ thống sai. Một số bản phân phối Linux đặc biệt không có hỗ trợ phông chữ ngay lập tức. Bạn cần chắc chắn rằng:
Đa số lí do phổ biến là do cái này mất cấu hình hệ thống. Một số bản phân phối Linux cụ thể không đi kèm việ hõ trợ font out-of-the-box. Bạn cần chắc chắn rằng:
- Mã ngôn ngữ của bạn được thiết lập là một giá trị UTF-8, giống như `de_DE.UTF-8` or `ja_JP.UTF-8`. Nếu `LO_ALL` không phải là một giá trị UTF-8, [ bạn sẽ cần thay đổi nó](https://www.tecmint.com/set-system-locales-in-linux/).
- Bạn đã cài đặt phông chữ biểu tượng cảm xúc. Đa số hệ thống đi kèm với một phông biểu tượng cảm xúc mặc định, nhưng một vài (đáng chú ý là Arch Linux) thì không. Bạn có thể thường cài đặt thông qua một trình quản lí gói hệ thống của bạn--[noto emoji](https://www.google.com/get/noto/help/emoji/) là một lựa chọn phổ biến.
- Bạn đang sử dụng một [Nerd Font](https://www.nerdfonts.com/).
Để kiểm tra hệ thống của bạn, chạy các câu lệnh sau trong một terminal:
Để kiểm tra hệ thống của bạn, chạy các câu lệnh bên dưới trong terminal:
```sh
echo -e "\xf0\x9f\x90\x8d"
@ -103,9 +103,9 @@ echo -e "\xee\x82\xa0"
Dòng đầu tiên nên sinh ra một [snake emoji](https://emojipedia.org/snake/), trong khi dòng thứ hai nên sinh ra một [powerline branch symbol (e0a0)](https://github.com/ryanoasis/powerline-extra-symbols#glyphs).
Nếu một trong hai biểu tượng không hiển thị chính xác, hệ thống của bạn vẫn bị cấu hình sai. Thật không may, việc lấy đúng cấu hình phông chữ đôi khi rất khó. Những người dùng trên Discord có thể giúp đỡ. Nếu cả hai kí hiệu hiển thị đúng, nhưng bạn vẫn không thấy chúng trong starship, [nộp một báo cáo lỗi!](https://github.com/starship/starship/issues/new/choose)
Nếu biểu tượng không hiển thị đúng, hệ thống của bạn vẫn cấu hình sai. Thật không may, lấy cấu hình font đúng đôi khi khó khăn. Người dùng trên Discord có thể có giúp đỡ được. Nếu các biểu tượng hiển thị đúng, nhưng bạn vẫn không thấy chúng trong starship, [nộp một báo cáo lỗi](https://github.com/starship/starship/issues/new/choose)
## Làm cách nào để tôi gỡ cài đặt Starship?
## Là thế nào để tôi gỡ cài đặt Starship?
Starship thì dễ dàng gỡ cài đặt như cài đặt ngay từ đầu.

View File

@ -159,7 +159,7 @@ description: Starship是一款轻量级、反应迅速、可自定义的高颜
starship init nu | save ~/.cache/starship/init.nu
```
然后将以下内容添加到您 Nushell 配置文件的末尾(使用 `$nu.config-path` 来获取它的路径):
然后在您的 Nushell 配置文件的最后(使用 `$nu.config-path` 来获取它的路径),添加以下内容
```sh
source ~/.cache/starship/init.nu

View File

@ -250,7 +250,7 @@ right_format = """$all"""
continuation_prompt = "▶▶"
```
## 样式设定
## 样式字符串
样式字符串是用空格分隔的单词列表。 其中单词不是大小写敏感的(例如 `bold``BoLd` 被视为同一字符串)。 每个单词可以是以下之一:

View File

@ -38,7 +38,7 @@ export STARSHIP_CONFIG=~/example/non/default/path/starship.toml
$ENV:STARSHIP_CONFIG = "$HOME\example\non\default\path\starship.toml"
```
或者在 Cmd (Windows) 中,将下面的代码添加到 `starship.lua`
或者在 Cmd (Windows) 中,将以下内容添加到您的 `starship.lua`
```lua
os.setenv('STARSHIP_CONFIG', 'C:\\Users\\user\\example\\non\\default\\path\\starship.toml')
@ -58,7 +58,7 @@ export STARSHIP_CACHE=~/.starship/cache
$ENV:STARSHIP_CACHE = "$HOME\AppData\Local\Temp"
```
或者在 Cmd (Windows) 中,将以下内容添加到您的 `starship.lua`
或者在 Cmd (Windows) 中,将下面的代码添加到 `starship.lua`
```lua
os.setenv('STARSHIP_CACHE', 'C:\\Users\\user\\AppData\\Local\\Temp')
@ -156,7 +156,7 @@ line2
- `'[⌘ $version](bold green)'` will print a symbol `⌘` followed by the content of variable `version`, with bold text colored green.
- `'[a [b](red) c](green)'` will print `a b c` with `b` red, and `a` and `c` green.
#### 样式设定
#### 样式字符串
Starship 中的大多数组件允许您为其设置显示样式。 显示样式可以通过一个字符串字段(一般是 `style`)来设置。 以下的例子给出了一些样式字符串并描述了它们的效果。 样式字符串的完整语法请查阅 [高级配置指南](/advanced-config/)。
@ -564,8 +564,8 @@ symbol = '🦬 '
The `bun` module shows the currently installed version of the [bun](https://bun.sh) JavaScript runtime. By default the module will be shown if any of the following conditions are met:
- 当前目录包含 `bun.lockb` 文件
- 当前目录包含 `bunfig.toml` 文件
- 当前目录包含一个 `bun.lockb` 文件
- 当前目录包含一个 `bunfig.toml` 文件
### 配置项
@ -892,7 +892,7 @@ format = '[$symbol \[$name\]]($style) '
The `crystal` module shows the currently installed version of [Crystal](https://crystal-lang.org/). By default the module will be shown if any of the following conditions are met:
- 当前目录包含 `shard.yml` 文件
- 当前目录包含一个 `shard.yml` 文件
- The current directory contains a `.cr` file
### 配置项
@ -931,7 +931,7 @@ format = 'via [✨ $version](bold blue) '
The `daml` module shows the currently used [Daml](https://www.digitalasset.com/developers) SDK version when you are in the root directory of your Daml project. The `sdk-version` in the `daml.yaml` file will be used, unless it's overridden by the `DAML_SDK_VERSION` environment variable. By default the module will be shown if any of the following conditions are met:
- 当前目录包含 `daml.yaml` 文件
- 当前目录包含一个 `daml.yaml` 文件
### 配置项
@ -1219,7 +1219,7 @@ heuristic = false
The `elixir` module shows the currently installed version of [Elixir](https://elixir-lang.org/) and [Erlang/OTP](https://erlang.org/doc/). By default the module will be shown if any of the following conditions are met:
- 当前目录包含 `mix.exs` 文件.
- 当前目录包含一个 `mix.exs` 文件.
### 配置项
@ -1258,8 +1258,8 @@ symbol = '🔮 '
The `elm` module shows the currently installed version of [Elm](https://elm-lang.org/). By default the module will be shown if any of the following conditions are met:
- 当前目录包含 `elm.json` 文件
- 当前目录包含 `elm-package.json` 文件
- 当前目录包含一个 `elm.json` 文件
- 当前目录包含一个 `elm-package.json` 文件
- The current directory contains a `.elm-version` file
- The current directory contains a `elm-stuff` folder
- The current directory contains `*.elm` files
@ -1364,8 +1364,8 @@ default = 'unknown user'
The `erlang` module shows the currently installed version of [Erlang/OTP](https://erlang.org/doc/). By default the module will be shown if any of the following conditions are met:
- 当前目录包含 `rebar.config` 文件.
- 当前目录包含 `erlang.mk` 文件.
- 当前目录包含一个 `rebar.config` 文件.
- 当前目录包含一个 `erlang.mk` 文件.
### 配置项
@ -1768,7 +1768,7 @@ The `golang` module shows the currently installed version of [Go](https://golang
- 当前目录包含 `go.mod` 文件
- 当前目录包含 `go.sum` 文件
- 当前目录包含 `go.work` 文件
- 当前目录包含一个 `go.work` 文件
- 当前目录包含 `glide.yaml` 文件
- 当前目录包含 `Gopkg.yml` 文件
- 当前目录包含 `Gopkg.lock` 文件

View File

@ -145,7 +145,7 @@
<img
src="https://raw.githubusercontent.com/starship/starship/master/media/demo.gif"
alt="使用 iTerm 和 Snazz 主题的 Starship"
alt="使用 iTerm 和 Snazzy 主题的 Starship"
width="50%"
align="right"
/>
@ -334,7 +334,7 @@ mkdir ~/.cache/starship
starship init nu | save ~/.cache/starship/init.nu
```
然后在您的 Nushell 配置文件的最后(使用 `$nu.config-path` 来获取它的路径),添加以下内容
然后将以下内容添加到您 Nushell 配置文件的末尾(使用 `$nu.config-path` 来获取它的路径):
```sh
source ~/.cache/starship/init.nu
@ -390,7 +390,7 @@ eval "$(starship init zsh)"
### 步骤 3. 配置 Starship
打开一个新的 Shell 实例,你应该就能看到漂亮的 Shell 新提示符了。 如果你对默认配置感到满意,就可以开始享用了
打开一个新的 Shell 实例,你应该就能看到漂亮的 Shell 新提示符了。 如果你对默认配置感到满意,那么开始使用吧
如果你想进一步配置 Starship查阅下列内容
@ -400,15 +400,15 @@ eval "$(starship init zsh)"
## 🤝 贡献
我们一直在寻找贡献者!**不论你的技能如何**你都可以参与贡献 。 如果您希望快速为项目作出贡献,请尝试解决 [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue)。
我们期待着 **所有技能等级** 的参与者! 如果你想让自己参与项目的路径轻松一些,可以先试试某个 [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue)。
如果你能流利地使用非英语语种,我们非常感谢你帮助翻译我们的文件并将其更新到其他语言。 如果您想要帮助,可以在 [Starship Crowdin](https://translate.starship.rs/) 上贡献翻译
如果你熟练掌握某个非英语语言,我们非常感谢任何帮助翻译与同步文档到其他语言的贡献。 如果你想要帮忙,可以在 [Starship Crowdin](https://translate.starship.rs/) 上参与
如果您有兴趣贡献于 Starship请查看我们的[贡献指南](https://github.com/starship/starship/blob/master/CONTRIBUTING.md)。 另外,你可以自由加入我们的 [Discord 服务器](https://discord.gg/8Jzqu3T) 。 👋
如果你有兴趣贡献 Starship 这个项目,请先看看我们的 [贡献指南](https://github.com/starship/starship/blob/master/CONTRIBUTING.md)。 也欢迎加入我们的 [Discord 服务器](https://discord.gg/8Jzqu3T) 和大家打个招呼。 👋
## 💭 该项目受以下项目启发
参考这些曾经为 Starship 提供启发的工程。 🙏
看看这些之前的项目,他们启发了 Starship 项目。 🙏
- **[denysdovhan/spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt)** 为宇航员准备的 ZSH 提示符。

View File

@ -52,7 +52,7 @@ By default starship logs warnings and errors into a file named `~/.cache/starshi
export STARSHIP_CACHE=~/.starship/cache
```
等同於在 PowersShellWindows`$PROFILE` 中添加下列文字:
等同於在 PowerShellWindows`$PROFILE` 中添加下列文字:
```powershell
$ENV:STARSHIP_CACHE = "$HOME\AppData\Local\Temp"
@ -564,8 +564,8 @@ symbol = '🦬 '
The `bun` module shows the currently installed version of the [bun](https://bun.sh) JavaScript runtime. By default the module will be shown if any of the following conditions are met:
- 現在資料夾中含有一個 `bun.lockb` 檔案
- 現在資料夾中含有一個 `bunfig.toml` 檔案
- 目前資料夾中有一個 `bun.lockb` 檔案
- 目前資料夾中有一個 `bunfig.toml` 檔案
### 選項
@ -931,7 +931,7 @@ format = 'via [✨ $version](bold blue) '
The `daml` module shows the currently used [Daml](https://www.digitalasset.com/developers) SDK version when you are in the root directory of your Daml project. The `sdk-version` in the `daml.yaml` file will be used, unless it's overridden by the `DAML_SDK_VERSION` environment variable. By default the module will be shown if any of the following conditions are met:
- 現在資料夾中含有一個 `daml.yaml` 檔案
- 目前資料夾中有一個 `daml.yaml` 檔案
### 選項
@ -1219,7 +1219,7 @@ heuristic = false
The `elixir` module shows the currently installed version of [Elixir](https://elixir-lang.org/) and [Erlang/OTP](https://erlang.org/doc/). By default the module will be shown if any of the following conditions are met:
- 現在資料夾中含有一個 `mix.exs` 檔案.
- 目前資料夾中有一個 `mix.exs` 檔案.
### 選項
@ -1258,8 +1258,8 @@ symbol = '🔮 '
The `elm` module shows the currently installed version of [Elm](https://elm-lang.org/). By default the module will be shown if any of the following conditions are met:
- 現在資料夾中含有一個 `elm.json` 檔案
- 現在資料夾中包含一個 `elm-package.json` 檔案
- 目前資料夾中有一個 `elm.json` 檔案
- 目前資料夾中有一個 `elm-package.json` 檔案
- The current directory contains a `.elm-version` file
- The current directory contains a `elm-stuff` folder
- The current directory contains `*.elm` files
@ -1364,8 +1364,8 @@ default = 'unknown user'
The `erlang` module shows the currently installed version of [Erlang/OTP](https://erlang.org/doc/). By default the module will be shown if any of the following conditions are met:
- 現在資料夾中含有一個 `rebar.config` 檔案.
- 現在資料夾中含有一個 `erlang.mk` 檔案.
- 目前資料夾中有一個 `rebar.config` 檔案.
- 目前資料夾中有一個 `erlang.mk` 檔案.
### 選項
@ -1768,7 +1768,7 @@ The `golang` module shows the currently installed version of [Go](https://golang
- 現在資料夾中含有一個 `go.mod` 檔案
- 現在資料夾中含有一個 `go.sum` 檔案
- 現在資料夾中含有一個 `go.work` 檔案
- 目前資料夾中有一個 `go.work` 檔案
- 現在資料夾中含有一個 `glide.yaml` 檔案
- 現在資料夾中含有一個 `Gopkg.yml` 檔案
- 現在資料夾中含有一個 `Gopkg.lock` 檔案
@ -1846,7 +1846,7 @@ The `haskell` module finds the current selected GHC version and/or the selected
By default the module will be shown if any of the following conditions are met:
- 現在資料夾中含有一個 `stack.yaml` 檔案
- 目前資料夾中有一個 `stack.yaml` 檔案
- The current directory contains any `.hs`, `.cabal`, or `.hs-boot` file
### 選項

View File

@ -25,7 +25,7 @@
<a href="https://discord.gg/starship"
><img
src="https://img.shields.io/discord/567163873606500352?label=discord&logoColor=white&style=flat-square"
alt="在 Discord 上聊天"
alt="Chat on Discord"
/></a>
<a href="https://twitter.com/StarshipPrompt"
><img
@ -369,7 +369,7 @@ eval `starship init tcsh`
<details>
<summary>Xonsh</summary>
將以下內容`~/.xonshrc` 的結尾:
將以下內容`~/.xonshrc` 的結尾:
```python
execx($(starship init xonsh))