summaryrefslogtreecommitdiffstats
path: root/docs/ar-SA/guide
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/ar-SA/guide
parent9f337d15e7efb6010066088d7f0a611a6ecb5d79 (diff)
docs(i18n): New Crowdin updates (#2834)
Diffstat (limited to 'docs/ar-SA/guide')
-rw-r--r--docs/ar-SA/guide/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/ar-SA/guide/README.md b/docs/ar-SA/guide/README.md
index 985c61a40..a89e9e59c 100644
--- a/docs/ar-SA/guide/README.md
+++ b/docs/ar-SA/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"
+ ```
+
## 🤝 Contributing
We are always looking for contributors of **all skill levels**! If you're looking to ease your way into the project, try out a [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue).