Skip to content

Instantly share code, notes, and snippets.

@runely
Last active December 2, 2020 12:32
Show Gist options
  • Save runely/c8bbf60ac7b9aa6da34b9df4f61017f6 to your computer and use it in GitHub Desktop.
Save runely/c8bbf60ac7b9aa6da34b9df4f61017f6 to your computer and use it in GitHub Desktop.
"Oh my zsh" theme
PROMPT="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )"
PROMPT+=' %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[green]%}git:(%{$fg[cyan]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%} %{$fg[red]%}x%{$fg[green]%})"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%})"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment