Skip to content

Instantly share code, notes, and snippets.

@dasgib
Created December 19, 2011 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dasgib/1497118 to your computer and use it in GitHub Desktop.
Save dasgib/1497118 to your computer and use it in GitHub Desktop.
My zsh Theme
PROMPT='%{$fg[white]%} %{$fg[green]%}%2~ %{$fg[grey]%}$(git_prompt_info)%{$fg[yellow]%}→ %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX=""
ZSH_THEME_GIT_PROMPT_SUFFIX=""
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}●%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_CLEAN=" "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment