Skip to content

Instantly share code, notes, and snippets.

@brunobertolini
Created February 20, 2021 21:01
Show Gist options
  • Save brunobertolini/e254054f108decb684220c350ac3208a to your computer and use it in GitHub Desktop.
Save brunobertolini/e254054f108decb684220c350ac3208a to your computer and use it in GitHub Desktop.
SPACESHIP_PROMPT_ORDER=(
user # Username section
dir # Current directory section
host # Hostname section
git # Git section (git_branch + git_status)
exec_time # Execution time
line_sep # Line break
vi_mode # Vi-mode indicator
jobs # Background jobs indicator
exit_code # Exit code section
char # Prompt character
)
SPACESHIP_USER_SHOW=always
SPACESHIP_CHAR_SYMBOL="❯"
SPACESHIP_CHAR_SUFFIX=" "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment