mirror of
https://github.com/starship/starship.git
synced 2024-11-07 08:54:50 +01:00
Improve guide for Nushell
This commit is contained in:
parent
631b326f53
commit
79faf1ccc6
@ -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
|
||||
|
@ -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
|
||||
```
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user