diff --git a/docs/config/README.md b/docs/config/README.md index 4ac9b2388..f19e98957 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -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`. :::