LinuxCommandLibrary

pixi-config

Manage the configuration file.

TLDR

Edit the configuration file

$ pixi config edit
copy


List all configurations
$ pixi config list
copy


Prepend a value to a list configuration key
$ pixi config prepend [key] [value]
copy


Append a value to a list configuration key
$ pixi config append [key] [value]
copy


Set a configuration key to a value
$ pixi config set [key] [value]
copy


Unset a configuration key
$ pixi config unset [key]
copy

Copied to clipboard