mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
docs(i18n): new Crowdin updates (#4877)
This commit is contained in:
@@ -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`。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user