summaryrefslogtreecommitdiffstats
path: root/docs/ckb-IR/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ckb-IR/README.md')
-rw-r--r--docs/ckb-IR/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/ckb-IR/README.md b/docs/ckb-IR/README.md
index 43d5d3d20..901e53fe1 100644
--- a/docs/ckb-IR/README.md
+++ b/docs/ckb-IR/README.md
@@ -138,3 +138,16 @@ description: 'Starship: یەکێ لە promptـە سوکەڵە، خێرا، و ب
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"
+ ```