This is an archived course — no longer updated. For current documentation see the official iDempiere docs. Today we help teams migrate from Sage ERP to iDempiere open source ERP — to join the sage.erpcommons.org community, email chuck@racktrust.com. 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