Skip to content

Instantly share code, notes, and snippets.

@jaccon
Last active May 7, 2020 06:46
Show Gist options
  • Save jaccon/7b94ec989c3e9982298a87284c9e6ef0 to your computer and use it in GitHub Desktop.
Save jaccon/7b94ec989c3e9982298a87284c9e6ef0 to your computer and use it in GitHub Desktop.
# @Jaccon Settings
SPACESHIP_PROMPT_ORDER=(
user # Username section
dir # Current directory section
host # Hostname section
git # Git section (git_branch + git_status)
hg # Mercurial section (hg_branch + hg_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_PROMPT_ADD_NEWLINE=false
SPACESHIP_CHAR_SYMBOL="❯"
SPACESHIP_CHAR_SUFFIX=" "
# Plugins Zplugin
zplugin light zsh-users/zsh-autosuggestions
zplugin light zsh-users/zsh-completions
zplugin light zdharma/fast-syntax-highlighting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment