mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
docs(pixi): fix pixi command to change ps1. (#6715)
This commit is contained in:
committed by
GitHub
parent
dc79c1385c
commit
d404182164
@@ -945,7 +945,7 @@ The `conda` module shows the current [Conda](https://docs.conda.io/en/latest/) e
|
||||
::: tip
|
||||
|
||||
This does not suppress conda's own prompt modifier, you may want to run `conda config --set changeps1 False`.
|
||||
If you use [pixi](https://pixi.sh), you can disable pixi's prompt modifier by running `pixi config set change-ps1 false`.
|
||||
If you use [pixi](https://pixi.sh), you can disable pixi's prompt modifier by running `pixi config set shell.change-ps1 false`.
|
||||
|
||||
:::
|
||||
|
||||
@@ -3694,7 +3694,7 @@ The `pixi` module shows the installed [pixi](https://pixi.sh) version as well as
|
||||
|
||||
::: tip
|
||||
|
||||
This does not suppress pixi's own prompt modifier, you may want to run `pixi config set change-ps1 false`.
|
||||
This does not suppress pixi's own prompt modifier, you may want to run `pixi config set shell.change-ps1 false`.
|
||||
|
||||
:::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user