summaryrefslogtreecommitdiffstats
path: root/docs/de-DE/README.md
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2021-07-10 17:15:23 -0400
committerGitHub <noreply@github.com>2021-07-10 17:15:23 -0400
commitcc32c7214bf94651cd456390cf40f0af27c35c1f (patch)
tree3df0b2b88d92768dae7796c935cccac8d0f3887d /docs/de-DE/README.md
parent9f337d15e7efb6010066088d7f0a611a6ecb5d79 (diff)
docs(i18n): New Crowdin updates (#2834)
Diffstat (limited to 'docs/de-DE/README.md')
-rw-r--r--docs/de-DE/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/de-DE/README.md b/docs/de-DE/README.md
index e3df36309..20b5725fe 100644
--- a/docs/de-DE/README.md
+++ b/docs/de-DE/README.md
@@ -138,3 +138,16 @@ description: Starship ist eine minimale, super schnelle, und extrem anpassbare P
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"
+ ```