This is an archived course — no longer updated. Instead, we’re building a community that helps Sage, Infor, and NetSuite users move to iDempiere open source ERP — do more, move faster, at 1/10th the cost. Read the full story →

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