Skip to content

Instantly share code, notes, and snippets.

@xhc0re
Created May 7, 2022 11:54
Show Gist options
  • Save xhc0re/72a0224cb378c9e224d1f44bb6edf0dd to your computer and use it in GitHub Desktop.
Save xhc0re/72a0224cb378c9e224d1f44bb6edf0dd to your computer and use it in GitHub Desktop.
PROMPT="%(?:%{$fg_bold[green]%}💩 »:%{$fg_bold[red]%}🚽 »)"
PROMPT+=' %{$reset_color%}[%{$fg_bold[yellow]%}%c%{$reset_color%}] $(git_prompt_info)'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[white]%}🐖 » [%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[white]%}] %{$fg[yellow]%}🍼"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[white]%}]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment