docs(i18n): new Crowdin updates (#3890)

This commit is contained in:
Matan Kushner
2022-05-24 17:19:44 -04:00
committed by GitHub
parent fda3ed8cdf
commit b9a6b66d6e
57 changed files with 2204 additions and 1954 deletions
+2 -3
View File
@@ -322,7 +322,7 @@ eval $(starship init ion)
<details>
<summary>Nushell</summary>
Run the following:
Add the following to the end of your Nushell env file (find it by running `$nu.env-path` in Nushell):
```sh
mkdir ~/.cache/starship
@@ -332,11 +332,10 @@ starship init nu | save ~/.cache/starship/init.nu
And add the following to the end of your Nushell configuration (find it by running `$nu.config-path`):
```sh
starship init nu | save ~/.cache/starship/init.nu
source ~/.cache/starship/init.nu
```
Note: Only Nushell v0.60+ is supported
Note: Only Nushell v0.61+ is supported
</details>