Skip to content

Instantly share code, notes, and snippets.

@claudiofreitas
Created November 27, 2018 02:18
Show Gist options
  • Save claudiofreitas/89f3fe5ce957d4b85aa43df373398dae to your computer and use it in GitHub Desktop.
Save claudiofreitas/89f3fe5ce957d4b85aa43df373398dae to your computer and use it in GitHub Desktop.
local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )"
local ret_status=""
PROMPT='%F{blue} %n %F{green} %m %F{yellow} %~ %f$(git_prompt_info)
%F{red}> %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="%F{blue} "
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=" %F{red} "
ZSH_THEME_GIT_PROMPT_CLEAN=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment