Skip to content

Instantly share code, notes, and snippets.

@bugcy013
Created March 31, 2019 04:14
Show Gist options
  • Save bugcy013/93dc337369bcc335f7ecf66c33801de0 to your computer and use it in GitHub Desktop.
Save bugcy013/93dc337369bcc335f7ecf66c33801de0 to your computer and use it in GitHub Desktop.
robbyrussell.zsh-theme
local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )"
PROMPT='%{$fg_bold[cyan]%}%c%{$reset_color%} $(git_prompt_info) ${ret_status}%{$reset_color%}'
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