My Starship configuration
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

28 líneas
559 B

  1. # Don't print a new line at the start of the prompt
  2. add_newline = true
  3. # Replace the "❯" symbol in the prompt with "➜"
  4. [character] # The name of the module we are configuring is "character"
  5. symbol = "🚀" # The "symbol" segment is being set to "➜"
  6. [memory_usage]
  7. disabled = false
  8. threshold = 90
  9. [cmd_duration]
  10. min_time = 1
  11. [git_status]
  12. conflicted = "🏳"
  13. ahead = "🏎💨"
  14. behind = "😰"
  15. diverged = "😵"
  16. untracked = "🤷‍"
  17. stashed = "📦"
  18. modified = "📝"
  19. staged = "➕"
  20. renamed = "👅"
  21. deleted = "🗑"
  22. show_sync_count = true