mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-28 07:46:28 +00:00
fix: typo in FAQ page (#3347)
This commit is contained in:
parent
2653b5ed13
commit
fffc7561f6
@ -83,14 +83,14 @@ the `rust` module you could run the following command to get the trace
|
|||||||
logs and output from the module.
|
logs and output from the module.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
env STARHIP_LOG=trace starship module rust
|
env STARSHIP_LOG=trace starship module rust
|
||||||
```
|
```
|
||||||
|
|
||||||
If starship is being slow you can try using the `timings` command to see if
|
If starship is being slow you can try using the `timings` command to see if
|
||||||
there is a particular module or command that to blame.
|
there is a particular module or command that to blame.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
env STARHIP_LOG=trace starship timings
|
env STARSHIP_LOG=trace starship timings
|
||||||
```
|
```
|
||||||
|
|
||||||
This will output the trace log and a breakdown of all modules that either took
|
This will output the trace log and a breakdown of all modules that either took
|
||||||
|
Loading…
Reference in New Issue
Block a user