Skip to content

Instantly share code, notes, and snippets.

@ryecrow
ryecrow / raven.zsh-theme
Last active March 3, 2022 03:32
Customized zsh theme
PROMPT='%{$fg_bold[red]%}%n%{$reset_color%}@%{$fg_bold[yellow]%}%m%{$reset_color%} %{$fg_bold[blue]%}%1~$(git_prompt_info)%{$reset_color%} %(!.#.$) %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%} on%{$fg_bold[cyan]%} \uE0A0 "
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}✗"
ZSH_THEME_GIT_PROMPT_UNTRACKED=" %{$fg[yellow]%}?"
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✓"