Skip to content

Instantly share code, notes, and snippets.

@AndrwM
Created January 10, 2022 15:25
Show Gist options
  • Save AndrwM/815a11cd7d88b2623a5217eef49a75ce to your computer and use it in GitHub Desktop.
Save AndrwM/815a11cd7d88b2623a5217eef49a75ce to your computer and use it in GitHub Desktop.
☠️
ZSH_THEME="spaceship"
SPACESHIP_PROMPT_ORDER=(
time # Time stamps section
user # Username section
dir # Current directory section
host # Hostname section
git # Git section (git_branch + git_status)
exec_time # Execution time
# ruby # Ruby section
# node # Node.js section
line_sep # Line break
battery # Battery level and status
vi_mode # Vi-mode indicator
jobs # Background jobs indicator
exit_code # Exit code section
char # Prompt character
)
## COLOR CHART:
# https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.svg
SPACESHIP_DIR_TRUNC=5
SPACESHIP_PROMPT_PREFIXES_SHOW="false"
SPACESHIP_RUBY_SYMBOL="ruby: "
SPACESHIP_RUBY_COLOR=239
SPACESHIP_NODE_SYMBOL="node: "
SPACESHIP_NODE_COLOR=239
SPACESHIP_GIT_BRANCH_COLOR=214
SPACESHIP_DIR_COLOR=147
SPACESHIP_EXEC_TIME_COLOR=097
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment