Configuration File
Pair supports configuration through a YAML file located in your home directory. This allows you to customize its behavior to match your preferences.
Configuration file location
Pair looks for configuration in the following locations (in order of priority):
~/.config/pair/config.yaml(recommended)- Current working directory
Creating Your Configuration File
To set up your configuration:
shell
# Create the config directory if it doesn't exist
mkdir -p ~/.config/pair
# Create or edit the configuration file
touch ~/.config/pair/config.yamlAvailable Configuration Options
shell
# ~/.config/pair/config.yaml
# Disable colored output (default: false)
no_color: false