docs/reference/cli/pixi/config/prepend.md
Prepend a value to a list configuration key
--8<-- "docs/reference/cli/pixi/config/prepend_extender:description"
pixi config prepend [OPTIONS] <KEY> <VALUE>
<KEY></a>
: Configuration key to setrequired: true
<VALUE></a>
: Configuration value to (pre|ap)pendrequired: true
--local (-l)</a>
: Operation on project-local configuration--global (-g)</a>
: Operation on global configuration--system (-s)</a>
: Operation on system configuration--manifest-path (-m) <MANIFEST_PATH></a>
: The path to pixi.toml, pyproject.toml, or the workspace directory--workspace (-w) <WORKSPACE></a>
: Name of the workspacePrepend a value to a list configuration key
Example: pixi config prepend default-channels bioconda
--8<-- "docs/reference/cli/pixi/config/prepend_extender:example"