diagnostics0

Super Simple Starship Prompt

Oct 30th, 2025
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | Source Code | 0 0
  1. # A left prompt
  2. format = """$all"""
  3.  
  4. # move time to the right in Fish or ZSH
  5. right_format = """$time"""
  6.  
  7. [jobs]
  8. symbol = "+"
  9. number_threshold = 4
  10. symbol_threshold = 1
  11.  
  12. [character]
  13. error_symbol = "[➜](bold #ff5555)"
  14. success_symbol = "[➜](bold #50fa7b)"
  15.  
  16. [cmd_duration]
  17. style = "bold #f1fa8c"
  18.  
  19. [directory]
  20. style = "bold #50fa7b"
  21.  
  22. [git_branch]
  23. style = "bold #ff79c6"
  24.  
  25. [git_status]
  26. style = "bold #ff5555"
  27.  
  28. [hostname]
  29. style = "bold #bd93f9"
  30.  
  31. [username]
  32. show_always = true
  33. format = "[$user]($style)  "
  34. style_user = "bold #8be9fd"
  35.  
  36. [time]
  37. disabled = false
  38. time_format = "%l:%M %p"
  39. style = "bold #f1fa8c"
  40. format = '[$time]($style)'
Advertisement
Add Comment
Please, Sign In to add comment