Skip to content

Instantly share code, notes, and snippets.

@tgrrtt
Last active August 29, 2015 14:03
Show Gist options
  • Save tgrrtt/50d14bca24d2ff58d81f to your computer and use it in GitHub Desktop.
Save tgrrtt/50d14bca24d2ff58d81f to your computer and use it in GitHub Desktop.
My zsh prompt theme
PROMPT='%{$fg[cyan]%}%c%{$reset_color%} %{$fg_bold[cyan]%}➜ '
RPROMPT='%{$fg[green]%}$(git_prompt_info)% %{$fg_bold[blue]%}%*%{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="<%{$fg[blue]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%} %{$fg[red]%}✗%{$fg[green]%}>%{$reset_color%}"
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