summaryrefslogtreecommitdiffstats
path: root/docs/zh-TW/guide/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/zh-TW/guide/README.md
parent9f337d15e7efb6010066088d7f0a611a6ecb5d79 (diff)
docs(i18n): New Crowdin updates (#2834)
Diffstat (limited to 'docs/zh-TW/guide/README.md')
-rw-r--r--docs/zh-TW/guide/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/zh-TW/guide/README.md b/docs/zh-TW/guide/README.md
index d3db98ef5..47eb399f9 100644
--- a/docs/zh-TW/guide/README.md
+++ b/docs/zh-TW/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"
+ ```
+
## 🤝 貢獻
我們歡迎具有**各式各樣能力**的貢獻者! 如果你正在尋找容易加入的方法,試試看標註為「[good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue)」的 issue。