Starship Prompt Configuration¶
Overview¶
Starship is a minimal, blazing-fast, and customizable prompt for any shell.
Installation¶
Config location: ~/.config/starship.toml
Key Features¶
Prompt Symbols¶
[character]
success_symbol = "[❯](fg:#83DCC8)" # Normal prompt
error_symbol = "[✗](bold red)" # Previous command failed
Git Branch¶
Shows current branch with purple icon:
AWS Profile¶
Displays active AWS profile and region:
Command Duration¶
Shows execution time for commands over 5 seconds:
Custom Environment Variables¶
Displays custom env vars like RADA_ENVIRONMENT:
Customization¶
Edit ~/.config/starship.toml. See Starship docs for all options.
Related¶
- Zsh - Shell configuration