Starship Prompt CLI

How to add customer details

There are times when you need to add custom details to a starship prompt. An example is when you need to turn off things inside a container.

To edit the config:

vim ~/.config/starship.toml

Sample change:

[custom.your_name]
command = "echo '[custom details]'" # Command to execute
when = "true"                       # always show when true