starship.toml 524 B

123456789101112131415161718192021222324
  1. # Inserts a blank line between shell prompts
  2. add_newline = false
  3. [character]
  4. success_symbol = "[](fg:#ebdbb2 bold)"
  5. error_symbol = "[](red)"
  6. vicmd_symbol = "[](bold fg:#a89984)"
  7. [directory]
  8. truncation_length = 5
  9. format = "[  ](bold fg:#a89984)[ $path ](bold fg:green)[$read_only]($read_only)"
  10. [git_branch]
  11. format = "on [$symbol$branch ](bold yellow)"
  12. [line_break]
  13. disabled = true
  14. # Disable the package module, hiding it from the prompt completely
  15. [package]
  16. disabled = true
  17. [rust]
  18. symbol = '󱘗 '