# Name: [Pure](https://github.com/sindresorhus/pure) clone
# Description:
# This clone of the Pure prompt has support for Python virtualenvs, but none of the timing
# features or a vi mode. If you are using [fzf](https://github.com/junegunn/fzf), source the
# example after sourcing fzf's keybindings.
#
# If you want to try other examples again after sourcing the Pure example, you might have to
# restart your shell, because this prompt will always print a newline between prompts.
ZSH_PIJUL_PROMPT_FORCE_BLANK=1
ZSH_THEME_PIJUL_PROMPT_PREFIX=""
ZSH_THEME_PIJUL_PROMPT_SUFFIX=" "
ZSH_THEME_PIJUL_PROMPT_SEPARATOR=" "
ZSH_THEME_PIJUL_PROMPT_CHANNEL="%{ [grey]%}"
ZSH_THEME_PIJUL_PROMPT_REMOTE_SYMBOL="%{ [yellow]%}⟳ "
ZSH_THEME_PIJUL_PROMPT_REMOTE_PREFIX="%{ [red]%}(%{ [yellow]%}"
ZSH_THEME_PIJUL_PROMPT_REMOTE_SUFFIX="%{ [red]%})"
ZSH_THEME_PIJUL_PROMPT_CHANGED="%{ [blue]%}∆"
ZSH_THEME_PIJUL_PROMPT_ADDED="%{ [green]%}+"
ZSH_THEME_PIJUL_PROMPT_REMOVED="%{ [red]%}−"
ZSH_THEME_PIJUL_PROMPT_RESURRECTED="✝"
ZSH_THEME_PIJUL_PROMPT_SOLVED="%{ [magenta]%}⛙"
ZSH_THEME_PIJUL_PROMPT_UNSOLVED="%{ [yellow]%}×"
ZSH_THEME_PIJUL_PROMPT_UNTRACKED="…"
ZSH_THEME_PIJUL_PROMPT_CLEAN="%{ [green]%}✔"
# In the second line of the prompt $psvar[12] is read
PROMPT=$'%F{blue}%~%f %F{242}$(pijul_prompt)%f
%(12V.%F{242}%12v%f .)%(?.%F{magenta}.%F{red})❯%f '
RPROMPT=''