mods.starship.enable
Enables starship prompt
Type: boolean
Default:
true
Example:
false
mods.starship.colorChange
colorChangeFunction to choose (prompt can be wrong if not used)
Type: one of “ligthen”, “darken” or string
Default:
"darken"
Example:
"ligthen"
mods.starship.colorChangeAmount
Amount to change the color by
Type: signed integer
Default:
25
Example:
20
mods.starship.customPrompt
Custom configuration for prompt. Will be merged with preconfigured prompt if that is used.
Type: attribute set of anything
Default:
{ }
Example:
{ }
mods.starship.useDefaultPrompt
Enables preconfigured prompt
Type: boolean
Default:
true
Example:
false