⚙️ Configuration
All configuration options are stored in the config.toml
file, located at:
~/.config/ashell
info
Ashell does not create this file automatically.
Ashell watches this file for changes and will apply updates immediately—so you can tweak the configuration while Ashell is running.
See more about the TOML format.
Command-line parameters
You can pass a configuration file to Ashell using the --config-path
parameter:
ashell --config-path /path/to/config.toml
This allows you to use a different configuration file instead of the default one.
Ashell will still watch this file for changes and apply updates immediately.