Skip to content

Instantly share code, notes, and snippets.

@joaobb
Created February 24, 2021 13:07
Show Gist options
  • Save joaobb/00075e5ac9c3f0fe03232a604dcc6316 to your computer and use it in GitHub Desktop.
Save joaobb/00075e5ac9c3f0fe03232a604dcc6316 to your computer and use it in GitHub Desktop.
local ret_status="%(?:%{$fg_bold[cyan]%}⎛ :%{$fg_bold[red]%}⎛ )"
PROMPT='${ret_status}%{$fg[cyan]%}%~%{$reset_color%} $(git_prompt_info)%{$reset_color%}
%(?:%{$fg_bold[cyan]%}⎝ $:%{$fg_bold[red]%}⎝ $)%{$reset_color%} '
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗"
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