Configuration written to $XDG_CONFIG_HOME/starship.toml.
See https://starship.rs/config/ for the full list of options.
Declarations
Type
TOML value
Default
{ }
Example
{
add_newline = false;
format = lib.concatStrings [
"$line_break"
"$package"
"$line_break"
"$character"
];
scan_timeout = 10;
character = {
success_symbol = "➜";
error_symbol = "➜";
};
}
Sign in to create a configuration using this setting.