Skip to content

Instantly share code, notes, and snippets.

@pavanjadhaw
Last active November 11, 2018 07:58
Embed
What would you like to do?
PROMPT='%{$fg[green]%}%~%F{5}$(git_prompt_info)%{$reset_color%} ──── '
ZSH_THEME_GIT_PROMPT_PREFIX=" "
ZSH_THEME_GIT_PROMPT_SUFFIX=""
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}∙%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}∙%{$reset_color%}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment