Skip to content

Instantly share code, notes, and snippets.

@beroca
Created January 11, 2020 09:42
Show Gist options
  • Save beroca/93170b87ac1180fd4fc2d6d9aa45eb2b to your computer and use it in GitHub Desktop.
Save beroca/93170b87ac1180fd4fc2d6d9aa45eb2b to your computer and use it in GitHub Desktop.
oh-my-zsh robbyrussell.zsh-theme
➜ /Users/d069924 cat .oh-my-zsh/themes/robbyrussell.zsh-theme
PROMPT="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )"
# PROMPT+=' %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)'
PROMPT+=' %{$fg[cyan]%}%d%{$reset_color%} $(git_prompt_info)'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment