docs(i18n): New Crowdin updates (#2834)

This commit is contained in:
Matan Kushner
2021-07-10 17:15:23 -04:00
committed by GitHub
parent 9f337d15e7
commit cc32c7214b
56 changed files with 1658 additions and 503 deletions
+14
View File
@@ -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"
```
## 🤝 Colaborando
¡Siempre estamos buscando colaboradores de **todos los niveles y habilidades**! Si estas buscando una manera fácil de ayudar este proyecto, puedes intentar resolver un problema con la etiqueta "[good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue)".