Skip to content

Commit

Permalink
Add .oh-my-zsh-custom
Browse files Browse the repository at this point in the history
Contains custom zsh theme
  • Loading branch information
mattjbray committed Dec 22, 2012
1 parent 61749b0 commit 80b06b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .oh-my-zsh-custom/mattjbray.zsh-theme
@@ -0,0 +1,8 @@
PROMPT='> '

RPS1='$(vi_mode_prompt_info)%{$reset_color%} $(git_prompt_info) %F{green}%~%f'

ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%})%{$fg[yellow]%}+%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"

0 comments on commit 80b06b7

Please sign in to comment.