mirror of
https://github.com/starship/starship.git
synced 2025-02-22 05:11:26 +01:00
Merge branch 'master' into conditional-style
This commit is contained in:
commit
3ccf21a4fb
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -2345,9 +2345,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "quick-xml"
|
||||
version = "0.27.0"
|
||||
version = "0.27.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0450d2eaf8a52d6f91efb75457a19d206ccb4f580d3a7e19485914d5e97a8194"
|
||||
checksum = "ffc053f057dd768a56f62cd7e434c42c831d296968997e9ac1f76ea7c2d14c41"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
@ -2824,7 +2824,7 @@ dependencies = [
|
||||
"pest",
|
||||
"pest_derive",
|
||||
"process_control",
|
||||
"quick-xml 0.27.0",
|
||||
"quick-xml 0.27.1",
|
||||
"rand 0.8.5",
|
||||
"rayon",
|
||||
"regex",
|
||||
|
@ -64,7 +64,7 @@ os_info = "3.5.1"
|
||||
path-slash = "0.2.1"
|
||||
pest = "2.5.2"
|
||||
pest_derive = "2.5.2"
|
||||
quick-xml = "0.27.0"
|
||||
quick-xml = "0.27.1"
|
||||
rand = "0.8.5"
|
||||
rayon = "1.6.1"
|
||||
regex = "1.7.0"
|
||||
|
@ -142,7 +142,7 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
|
||||
|
||||
:::
|
||||
|
||||
Add the following to 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 (find it by running `$nu.env-path` in Nushell):
|
||||
```sh
|
||||
mkdir ~/.cache/starship
|
||||
starship init nu | save ~/.cache/starship/init.nu
|
||||
|
Loading…
Reference in New Issue
Block a user