Starship.toml Here

To configure the prompt, you need to create or edit the starship.toml file, which is typically located at ~/.config/starship.toml . Basic Configuration Structure

: If you want to use special characters like $ , [ , or ] , you must escape them (e.g., \$ ) to prevent Starship from interpreting them as variables. Example Configuration starship.toml

: After saving the file, open a new terminal window or tab to see the updated look immediately. To configure the prompt, you need to create