summaryrefslogtreecommitdiffstats
path: root/docs/vi-VN/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/vi-VN/README.md')
-rw-r--r--docs/vi-VN/README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/vi-VN/README.md b/docs/vi-VN/README.md
index 4222ec04c..f0b2c9fbb 100644
--- a/docs/vi-VN/README.md
+++ b/docs/vi-VN/README.md
@@ -149,22 +149,23 @@ description: Starship là prompt nhỏ, cực nhanh, và khả năng tuỳ biế
::: warning
- This will change in the future. Only Nushell v0.73+ is supported.
+ This will change in the future. Only Nushell v0.78+ is supported.
:::
- Add the following to the end of your Nushell env file (find it by running `$nu.env-path` in Nushell):
+ Thêm đoạn code dưới đây vào cuối file Nushell env của bạn (Bạn có thể tìm đường dẫn tới file Nushell env bằng cách chạy `$nu.env-path` trong Nushell):
```sh
mkdir ~/.cache/starship
starship init nu | save -f ~/.cache/starship/init.nu
```
- And add the following to the end of your Nushell configuration (find it by running `$nu.config-path`):
+ Thêm đoạn code sau vào cuối file cấu hình Nushell (bạn có thể tìm đường dẫn tới file cấu hình Nushell bằng cách chạy câu lệnh `$nu.config-path`):
```sh
- source ~/.cache/starship/init.nu
+ use ~/.cache/starship/init.nu
```
+
#### Xonsh
Thêm dòng này vào cuối của file `~/.xonshrc`:
@@ -178,7 +179,7 @@ description: Starship là prompt nhỏ, cực nhanh, và khả năng tuỳ biế
#### Cmd
- You need to use [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) with Cmd. Add the following to a file `starship.lua` and place this file in Clink scripts directory:
+ Bạn cần phải dùng [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) với Cmd. Add the following to a file `starship.lua` and place this file in Clink scripts directory:
```lua
-- starship.lua