thelinuxguy_np_001

Untitled

Jul 5th, 2022
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. ## Save to .config/starship.toml
  2.  
  3.  
  4. # JavaCafe01 Prompt
  5.  
  6. format = "$all"
  7. add_newline = true
  8.  
  9. [character]
  10. error_symbol = "[💀](bold red)"
  11. success_symbol = "[💀](bold green)"
  12. vicmd_symbol = "[💀](bold yellow)"
  13. format = "$symbol [⋟](bold bright-black) "
  14.  
  15. [hostname]
  16. ssh_only = true
  17. format = "[$hostname](bold blue) "
  18. disabled = false
  19.  
  20. [directory]
  21. disabled = true
  22.  
  23. [line_break]
  24. disabled = true
  25.  
  26. [lua]
  27. symbol = "[](blue) "
  28.  
Advertisement
Add Comment
Please, Sign In to add comment