diff --git a/docs/zh-CN/guide/README.md b/docs/zh-CN/guide/README.md index eeeeebc3..ac652d6e 100644 --- a/docs/zh-CN/guide/README.md +++ b/docs/zh-CN/guide/README.md @@ -119,7 +119,7 @@ >Українська   `dnf install starship` | | Gentoo | [Gentoo Packages](https://packages.gentoo.org/packages/app-shells/starship) | `emerge app-shells/starship` | | Manjaro | | `pacman -S starship` | @@ -270,7 +270,7 @@ curl -sS https://starship.rs/install.sh | sh -### 步骤 2. Set up your shell to use Starship +### 步骤 2. 设置您的 shell 以使用 Starship 配置你的终端来初始化 starship。 请从下面列表选择你的终端: @@ -344,7 +344,7 @@ starship init nu | save -f ~/.cache/starship/init.nu 然后将以下内容添加到您 Nushell 配置文件的末尾(使用 `$nu.config-path` 来获取它的路径): ```sh -use ~/.cache/starship/init.nu +使用 ~/.cache/starship/init.nu ``` 注意:仅支持 Nushell v0.78+