summaryrefslogtreecommitdiffstats
path: root/docs/de-DE/guide/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/de-DE/guide/README.md')
-rw-r--r--docs/de-DE/guide/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/de-DE/guide/README.md b/docs/de-DE/guide/README.md
index 7188fb138..a1feb4ecc 100644
--- a/docs/de-DE/guide/README.md
+++ b/docs/de-DE/guide/README.md
@@ -263,6 +263,20 @@
eval `starship init tcsh`
```
+
+ #### Nushell
+
+ **Warning** This will change in the future. Only nu version v0.33 or higher is supported. Add the following to your nu config file. You can check the location of this file by running `config path` in nu.
+
+ ```toml
+ startup = [
+ "mkdir ~/.cache/starship",
+ "starship init nu | save ~/.cache/starship/init.nu",
+ "source ~/.cache/starship/init.nu"
+ ]
+ prompt = "starship_prompt"
+ ```
+
## 🤝 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).