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

This commit is contained in:
Matan Kushner
2023-02-21 12:40:15 +09:00
committed by GitHub
parent c8bb1bae8d
commit 99552a9ae8
70 changed files with 3377 additions and 3335 deletions
+4 -4
View File
@@ -45,7 +45,7 @@ description: Starship是一款轻量级、反应迅速、可自定义的高颜
curl -sS https://starship.rs/install.sh | sh
```
更新 Starship ,运行下面脚本 将会在不改动 Starship 配置文件的情况下升级版本
更新 Starship ,运行上面的脚本 将会在不改动 Starship 配置文件的情况下升级版本
#### 通过软件包管理器安装
@@ -55,13 +55,13 @@ description: Starship是一款轻量级、反应迅速、可自定义的高颜
```sh
brew install starship
```
With [Winget](https://github.com/microsoft/winget-cli):
使用 [ Winget](https://github.com/microsoft/winget-cli)
```powershell
winget install starship
```
1. 将初始化脚本添加到您的 shell 的配置文件:
1. 将初始化脚本添加到您的 shell 的配置文件
#### Bash
@@ -97,7 +97,7 @@ description: Starship是一款轻量级、反应迅速、可自定义的高颜
```
#### Power Shell
#### PowerShell
将以下内容添加到 `Microsoft.PowerShell_profile.ps1`。 你可以在 PowerShell 通过 `$PROFILE` 变量来查询文件的位置。 对于 -Nix 来说,通常文件路径是 `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` 或 `~/.config/powershell/Microsoft.PowerShell_profile.ps1`。