From 79faf1ccc6ac7f092c55d2cb48e1d9dd18bc8b26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20H=E1=BB=93ng=20Qu=C3=A2n?= Date: Wed, 25 Sep 2024 11:27:48 +0700 Subject: [PATCH] Improve guide for Nushell --- docs/README.md | 4 ++-- docs/config/README.md | 2 +- docs/vi-VN/README.md | 6 +++--- docs/vi-VN/config/README.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/README.md b/docs/README.md index 89164622c..25419c042 100644 --- a/docs/README.md +++ b/docs/README.md @@ -158,14 +158,14 @@ onMounted(() => { ::: - Add the following to the end of your Nushell env file (find it by running `$nu.env-path` in Nushell): + Add the following to the end of your Nushell env file (can open with a command like `hx $nu.env-path`, replacing `hx` with your favorite editor): ```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`): + And add the following to the end of your Nushell configuration (can open with a command like `hx $nu.config-path`, replacing `hx` with your favorite editor): ```sh use ~/.cache/starship/init.nu diff --git a/docs/config/README.md b/docs/config/README.md index 54321a84f..9f486afba 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -4092,7 +4092,7 @@ To enable it, set `disabled` to `false` in your configuration file. [shell] fish_indicator = '󰈺 ' powershell_indicator = '_' -unknown_indicator = 'mystery shell' +unknown_indicator = '🐚' style = 'cyan bold' disabled = false ``` diff --git a/docs/vi-VN/README.md b/docs/vi-VN/README.md index 64b9b5a86..446b63bae 100644 --- a/docs/vi-VN/README.md +++ b/docs/vi-VN/README.md @@ -166,18 +166,18 @@ onMounted(() => { ::: warning - Điều này có thể thay đổi trong tương lai. Chỉ hỗ trợ nushell từ phiên bản 0.78 trở lên. + Điều này có thể thay đổi trong tương lai. Chỉ hỗ trợ Nushell từ phiên bản 0.78 trở lên. ::: - 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): + Thêm đoạn code dưới đây vào cuối file môi trường Nushell (có thể mở nhanh trong Nushell bằng lệnh như `hx $nu.env-path`, nhớ thay `hx` bằng trình soạn thảo ưa thích của bạn): ```sh mkdir ~/.cache/starship starship init nu | save -f ~/.cache/starship/init.nu ``` - 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`): + Thêm đoạn code sau vào cuối file cấu hình Nushell (có thể mở nhanh trong Nushell bằng lệnh như `hx $nu.config-path`, nhớ thay `hx` bằng trình soạn thảo ưa thích của bạn): ```sh use ~/.cache/starship/init.nu diff --git a/docs/vi-VN/config/README.md b/docs/vi-VN/config/README.md index 2a96d8c8a..90950bc66 100644 --- a/docs/vi-VN/config/README.md +++ b/docs/vi-VN/config/README.md @@ -3878,7 +3878,7 @@ Mặc định, mô đun này được vô hiệu. Để kích hoạt nó, thiế [shell] fish_indicator = '󰈺 ' powershell_indicator = '_' -unknown_indicator = 'mystery shell' +unknown_indicator = '🐚' style = 'cyan bold' disabled = false ```