Skip to content

Instantly share code, notes, and snippets.

@rricard
Created March 8, 2012 12:06
Show Gist options
  • Save rricard/2000727 to your computer and use it in GitHub Desktop.
Save rricard/2000727 to your computer and use it in GitHub Desktop.
My ZSH Theme
PROMPT=$'
%{$fg[white]%}::::%{$reset_color%} %{$fg[blue]%}[%~]%{$reset_color%} $(git_prompt_info)%{$fg[white]%}[%n]%{$reset_color%} %{$fg[white]%}[%T]%{$reset_color%}
%{$fg[white]%}::::%{$reset_color%} %{$fg_bold[black]%}!%!%{$reset_color%} %{$fg_bold[black]%}➜%{$reset_color%} '
PROMPT2="%{$fg_blod[black]%}%_> %{$reset_color%}"
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}["
ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}*%{$fg[green]%}"
ZSH_THEME_GIT_PROMPT_CLEAN=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment