Skip to content

Instantly share code, notes, and snippets.

@alpap
Last active August 3, 2020 13:30
Show Gist options
  • Save alpap/c9c0357e75f3318adcce86f6bc7f6527 to your computer and use it in GitHub Desktop.
Save alpap/c9c0357e75f3318adcce86f6bc7f6527 to your computer and use it in GitHub Desktop.
local ret_status="%(?:%{$fg_bold[green]%} ▶ :%{$fg_bold[red]%} ▶ )"
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
PROMPT='${ret_status} %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)'
RPS1="${return_code}" # ❦☙♨☁⚠⛬
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}%{$fg[yellow]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%} %{$fg[red]%}♨"
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