Skip to content

Instantly share code, notes, and snippets.

@alovak
Created June 23, 2021 06:17
Show Gist options
  • Save alovak/f163a7b6eeb99d9ab01dced323a3dcce to your computer and use it in GitHub Desktop.
Save alovak/f163a7b6eeb99d9ab01dced323a3dcce to your computer and use it in GitHub Desktop.
NEWLINE=$'\n'
PROMPT='%{$fg[cyan]%}%~%{$reset_color%} $(git_prompt_info)${NEWLINE}'
PROMPT+="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}[%{$fg[green]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}✗%{$fg[blue]%}]"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment