Forrest logo
back to the starship tool

starship:tldr:81dd0

starship: Print the computed starship configuration (use `--default` to print default configuration instead).
$ starship print-config
try on your machine

The starship print-config command is used to print the current configuration of the Starship prompt.

Starship is a customizable shell prompt that displays relevant information about the current working directory and Git repository status. It can be configured using a starship.toml file to modify various aspects of the prompt appearance and behavior.

When you run starship print-config, it will display the current configuration settings of your Starship prompt in your terminal. This includes the values you have set for different prompt modules, options, and other customization settings.

By printing the configuration, you can easily check what options you have enabled or disabled, verify the values of certain variables, or troubleshoot any issues you may be facing with your prompt's configuration.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the starship tool