docs(pixi): fix pixi command to change ps1. (#6715)

This commit is contained in:
Pierre-Alexandre Broux
2025-05-10 21:24:03 +02:00
committed by GitHub
parent dc79c1385c
commit d404182164
+2 -2
View File
@@ -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`.
:::