You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The`memory_usage`module shows current system memory and swap usage.
1752
+
Das`memory_usage`Modul zeigt den aktuellen Systemspeicher und die swap-Nutzung an.
1753
1753
1754
-
By default the swap usage is displayed if the total system swap is non-zero.
1754
+
Standardmäßig wird die swap-Nutzung angezeigt, wenn der gesamte System-swap nicht Null ist.
1755
1755
1756
1756
::: Tipp
1757
1757
1758
-
This module is disabled by default. To enable it, set`disabled`to`false`in your configuration file.
1758
+
Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration`disabled`auf`false`um es zu aktivieren.
1759
1759
1760
1760
:::
1761
1761
@@ -1834,7 +1834,7 @@ truncation_symbol = ""
1834
1834
1835
1835
The `nim` module shows the currently installed version of [Nim](https://nim-lang.org/). By default the module will be shown if any of the following conditions are met:
- The current directory contains a file with the `.nim` extension
1839
1839
- The current directory contains a file with the `.nims` extension
1840
1840
- The current directory contains a file with the `.nimble` extension
@@ -1874,7 +1874,7 @@ symbol = "🎣 "
1874
1874
1875
1875
## Nix-Shell
1876
1876
1877
-
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.
1877
+
The `nix_shell` module shows the [nix-shell](https://nixos.org/guides/nix-pills/developing-with-nix-shell.html) environment. Das Modul wird angezeigt, wenn es sich in einer nix-Shell-Umgebung befindet.
The `nodejs` module shows the currently installed version of [Node.js](https://nodejs.org/). By default the module will be shown if any of the following conditions are met:
1916
1916
1917
-
-The current directory contains a`package.json` file
- The current directory contains a file with the `.js`, `.mjs` or `.cjs` extension
1922
1922
- The current directory contains a file with the `.ts` extension
1923
1923
@@ -2038,7 +2038,7 @@ symbol = "☁️ "
2038
2038
2039
2039
## Paketversion
2040
2040
2041
-
The `package` module is shown when the current directory is the repository for a package, and shows its current version. The module currently supports `npm`, `nimble`, `cargo`, `poetry`, `composer`, `gradle`, `julia`, `mix` and `helm` packages.
2041
+
Das `Package` Modul wird angezeigt, wenn das aktuelle Verzeichnis das Repository für ein Paket ist, und zeigt dessen aktuelle Version an. The module currently supports `npm`, `nimble`, `cargo`, `poetry`, `composer`, `gradle`, `julia`, `mix` and `helm` packages.
2042
2042
2043
2043
-[**npm**](https://docs.npmjs.com/cli/commands/npm) – The `npm` package version is extracted from the `package.json` present in the current directory
2044
2044
-[**cargo**](https://doc.rust-lang.org/cargo/) – The `cargo` package version is extracted from the `Cargo.toml` present in the current directory
@@ -2065,7 +2065,7 @@ The `package` module is shown when the current directory is the repository for a
2065
2065
|`version_format`|`"v${raw}"`| The version format. Available vars are `raw`, `major`, `minor`, & `patch`|
2066
2066
|`style`|`"bold 208"`| Stil für dieses Modul. |
2067
2067
|`display_private`|`false`| Enable displaying version for packages marked as private. |
@@ -2130,7 +2130,7 @@ format = "via [🦪 $version]($style) "
2130
2130
2131
2131
The `php` module shows the currently installed version of [PHP](https://www.php.net/). By default the module will be shown if any of the following conditions are met:
2132
2132
2133
-
-The current directory contains a`composer.json` file
The `purescript` module shows the currently installed version of [PureScript](https://www.purescript.org/) version. By default the module will be shown if any of the following conditions are met:
2172
2172
2173
-
-The current directory contains a`spago.dhall` file
By default the `red` module shows the currently installed version of [Red](https://www.red-lang.org/). The module will be shown if any of the following conditions are met:
2341
+
By default the `red` module shows the currently installed version of [Red](https://www.red-lang.org/). Das Modul wird nur dann angezeigt, wenn eine der folgenden Bedingungen zutrifft:
2342
2342
2343
2343
- The current directory contains a file with `.red` or `.reds` extension
2344
2344
@@ -2376,11 +2376,11 @@ symbol = "🔴 "
2376
2376
2377
2377
## Ruby
2378
2378
2379
-
By default the `ruby` module shows the currently installed version of [Ruby](https://www.ruby-lang.org/). The module will be shown if any of the following conditions are met:
2379
+
By default the `ruby` module shows the currently installed version of [Ruby](https://www.ruby-lang.org/). Das Modul wird nur dann angezeigt, wenn eine der folgenden Bedingungen zutrifft:
- The current directory contains a `.ruby-version` file
2383
-
-The current directory contains a`.rb` file
2383
+
-Das aktuelle Verzeichnis enthält eine`.rb`-Datei
2384
2384
2385
2385
### Optionen
2386
2386
@@ -2416,10 +2416,10 @@ symbol = "🔺 "
2416
2416
2417
2417
## Rust
2418
2418
2419
-
By default the `rust` module shows the currently installed version of [Rust](https://www.rust-lang.org/). The module will be shown if any of the following conditions are met:
2419
+
By default the `rust` module shows the currently installed version of [Rust](https://www.rust-lang.org/). Das Modul wird nur dann angezeigt, wenn eine der folgenden Bedingungen zutrifft:
2420
2420
2421
-
-The current directory contains a`Cargo.toml` file
2422
-
-The current directory contains a file with the`.rs` extension
-Das aktuelle Verzeichnis enthält eine Datei mit der`.rs`-Erweiterung
2423
2423
2424
2424
### Optionen
2425
2425
@@ -2499,7 +2499,7 @@ The `shell` module shows an indicator for currently used shell.
2499
2499
2500
2500
::: Tipp
2501
2501
2502
-
This module is disabled by default. To enable it, set`disabled`to`false`in your configuration file.
2502
+
Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration`disabled`auf`false`um es zu aktivieren.
2503
2503
2504
2504
:::
2505
2505
@@ -2611,7 +2611,7 @@ The `status` module displays the exit code of the previous command. The module w
2611
2611
2612
2612
::: Tipp
2613
2613
2614
-
This module is disabled by default. To enable it, set`disabled`to`false`in your configuration file.
2614
+
Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration`disabled`auf`false`um es zu aktivieren.
2615
2615
2616
2616
:::
2617
2617
@@ -2669,7 +2669,7 @@ disabled = false
2669
2669
2670
2670
## Swift
2671
2671
2672
-
By default the `swift` module shows the currently installed version of [Swift](https://swift.org/). The module will be shown if any of the following conditions are met:
2672
+
By default the `swift` module shows the currently installed version of [Swift](https://swift.org/). Das Modul wird nur dann angezeigt, wenn eine der folgenden Bedingungen zutrifft:
2673
2673
2674
2674
- The current directory contains a `Package.swift` file
2675
2675
- The current directory contains a file with the `.swift` extension
@@ -2718,7 +2718,7 @@ By default the Terraform version is not shown, since this is slow for current ve
2718
2718
2719
2719
By default the module will be shown if any of the following conditions are met:
2720
2720
2721
-
-The current directory contains a`.terraform` folder
- Current directory contains a file with the `.tf` or `.hcl` extensions
2723
2723
2724
2724
### Optionen
@@ -2767,11 +2767,11 @@ format = "[🏎💨 $workspace]($style) "
2767
2767
2768
2768
## Zeit
2769
2769
2770
-
The`time`module shows the current**local**time. The`format`configuration value is used by the [`chrono`](https://crates.io/crates/chrono)crate to control how the time is displayed. Take a look [at the chrono strftime docs](https://docs.rs/chrono/0.4.7/chrono/format/strftime/index.html)to see what options are available.
2770
+
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.
2771
2771
2772
2772
::: Tipp
2773
2773
2774
-
This module is disabled by default. To enable it, set`disabled`to`false`in your configuration file.
2774
+
Dieses Modul ist standardmäßig deaktiviert. Setze in deiner Konfiguration`disabled`auf`false`um es zu aktivieren.
2775
2775
2776
2776
:::
2777
2777
@@ -2787,7 +2787,7 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
2787
2787
|`disabled`|`true`| Deaktiviert das `time`-Modul. |
2788
2788
|`time_range`|`"-"`| Sets the time range during which the module will be shown. Times must be specified in 24-hours format |
2789
2789
2790
-
If `use_12hr` is `true`, then `time_format` defaults to `"%r"`. Otherwise, it defaults to`"%T"`. Manually setting `time_format` will override the `use_12hr` setting.
2790
+
If `use_12hr` is `true`, then `time_format` defaults to `"%r"`. Ansonsten ist der Standardwert hierfür`"%T"`. Manually setting `time_format` will override the `use_12hr` setting.
The `username`module shows active user's username. The module will be shown if any of the following conditions are met:
2816
+
Das Modul `username`zeigt den Benutzernamen des aktiven Benutzers. Das Modul wird nur dann angezeigt, wenn eine der folgenden Bedingungen zutrifft:
2817
2817
2818
-
-The current user is root
2819
-
-The current user isn't the same as the one that is logged in
2820
-
-The user is currently connected as an SSH session
2821
-
-The variable`show_always`is set to true
2818
+
-Der aktuelle Benutzer ist root
2819
+
-Der aktuelle Benutzer ist nicht derjenige, der derzeit angemeldet ist
2820
+
-Der Benutzer ist über eine SSH-Sitzung verbunden
2821
+
-Die Variale`show_always`ist auf `true` gesetzt
2822
2822
2823
2823
::: Tipp
2824
2824
@@ -2963,7 +2963,7 @@ format = "[🆅 $repo](bold blue) "
2963
2963
2964
2964
## Zig
2965
2965
2966
-
By default the the `zig` module shows the currently installed version of [Zig](https://ziglang.org/). The module will be shown if any of the following conditions are met:
2966
+
By default the the `zig` module shows the currently installed version of [Zig](https://ziglang.org/). Das Modul wird nur dann angezeigt, wenn eine der folgenden Bedingungen zutrifft:
Copy file name to clipboardexpand all lines: docs/de-DE/guide/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@
160
160
```sh
161
161
sh -c "$(curl -fsSL https://starship.rs/install.sh)"
162
162
```
163
-
To update the Starship itself, rerun the above script. It will replace the current version without touching Starship's configuration.
163
+
Um Starship selbst zu aktualisieren, lasse das Skript oben nochmal laufen. Es wird die vorhandene Version ersetzen, ohne die Konfiguration von Starship zu berühren.
164
164
165
165
166
166
**Note** - The defaults of the install script can be overridden see the built-in help.
@@ -224,7 +224,7 @@
224
224
225
225
#### PowerShell
226
226
227
-
Füge das folgende zum Ende von `Microsoft.PowerShell_profile.ps1` hinzu. Sie können den Speicherort dieser Datei überprüfen, indem Sie die `$PROFILE` Variable in PowerShell abfragen. Typically the path is`~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1`or`~/.config/powershell/Microsoft.PowerShell_profile.ps1`on -Nix.
227
+
Füge das folgende zum Ende von `Microsoft.PowerShell_profile.ps1` hinzu. Sie können den Speicherort dieser Datei überprüfen, indem Sie die `$PROFILE` Variable in PowerShell abfragen. Normalerweise ist der Pfad`~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1`oder`~/.config/powershell/Microsoft.PowerShell_profile.ps1`auf -Nix.
228
228
229
229
```powershell
230
230
Invoke-Expression (&starship init powershell)
@@ -244,7 +244,7 @@
244
244
245
245
#### Elvish
246
246
247
-
**Warning** Only elvish v0.15 or higher is supported. Add the following to the end of `~/.elvish/rc.elv`:
247
+
**Warning** Only elvish v0.15 or higher is supported. Trage folgendes am Ende von `~/.config/fish/rc.elv` ein:
0 commit comments