Skip to content

Instantly share code, notes, and snippets.

@yawn
Created February 28, 2012 18:27
Show Gist options
  • Save yawn/1934152 to your computer and use it in GitHub Desktop.
Save yawn/1934152 to your computer and use it in GitHub Desktop.
Fork of skwp.zsh-theme (using the pro terminal)
# Simple theme with RVM prompt
PROMPT='%{$fg[white]%}%~%{$fg[yellow]%}$(git_prompt_info)%{$reset_color%}%{$fg[white]%}: %{$reset_color%}'
RPROMPT='%{$fg[grey]%}$(rvm-prompt v p g)%{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX=" "
ZSH_THEME_GIT_PROMPT_SUFFIX=" "
ZSH_THEME_GIT_PROMPT_DIRTY=" UF"
ZSH_THEME_GIT_PROMPT_CLEAN=" CL"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment