Starship.toml
: Use the global format variable to define which modules appear and in what order.
# Inserts a blank line between shell prompts add_newline = true # Define the order of modules in the prompt format = """ $directory\ $git_branch\ $git_status\ $character """ [directory] style = "blue" read_only = " " [character] success_symbol = "[➜](bold green)" error_symbol = "[➜](bold red)" [git_branch] symbol = " " style = "purple" Use code with caution. Copied to clipboard Key Tips for Setup starship.toml
: Each prompt element (like directory , git_branch , or character ) has its own section for detailed styling. : Use the global format variable to define