60_spaceship.zsh 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. #
  2. # SpaceShip configuration
  3. #
  4. SPACESHIP_PROMPT_ORDER=(
  5. # time # Time stamps section
  6. user # Username section
  7. dir # Current directory section
  8. host # Hostname section
  9. # git # Git section (git_branch + git_status)
  10. # hg # Mercurial section (hg_branch + hg_status)
  11. package # Package version
  12. # gradle # Gradle section
  13. # maven # Maven section
  14. # node # Node.js section
  15. # ruby # Ruby section
  16. # elixir # Elixir section
  17. # xcode # Xcode section
  18. # swift # Swift section
  19. golang # Go section
  20. php # PHP section
  21. rust # Rust section
  22. # haskell # Haskell Stack section
  23. # julia # Julia section
  24. docker # Docker section
  25. # aws # Amazon Web Services section
  26. # gcloud # Google Cloud Platform section
  27. venv # virtualenv section
  28. # conda # conda virtualenv section
  29. pyenv # Pyenv section
  30. # dotnet # .NET section
  31. # ember # Ember.js section
  32. # kubectl # Kubectl context section
  33. # terraform # Terraform workspace section
  34. # exec_time # Execution time
  35. # line_sep # Line break
  36. # battery # Battery level and status
  37. # vi_mode # Vi-mode indicator
  38. jobs # Background jobs indicator
  39. exit_code # Exit code section
  40. char # Prompt character
  41. )
  42. SPACESHIP_RPROMPT_ORDER=(
  43. git # Git section (git_branch + git_status)
  44. exec_time # Execution time
  45. )
  46. SPACESHIP_PROMPT_ADD_NEWLINE=false
  47. SPACESHIP_PROMPT_SEPARATE_LINE=false
  48. SPACESHIP_CHAR_SYMBOL="❱ "
  49. SPACESHIP_CHAR_SYMBOL_ROOT="❱❱❱ "
  50. SPACESHIP_DIR_PREFIX=""
  51. SPACESHIP_DIR_TRUNC_REPO=false
  52. SPACESHIP_HOST_PREFIX="@"