summaryrefslogtreecommitdiffstats
path: root/docs/pt-PT/guide/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pt-PT/guide/README.md')
-rw-r--r--docs/pt-PT/guide/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/pt-PT/guide/README.md b/docs/pt-PT/guide/README.md
index 985c61a40..a89e9e59c 100644
--- a/docs/pt-PT/guide/README.md
+++ b/docs/pt-PT/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).