Advertisement
msjche

~/.oh-my-zsh/themes/msjche.zsh-theme

Aug 15th, 2013
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. PROMPT='
  2. $(git_prompt_info)%{$fg_bold[green]%} %n %{$fg_bold[blue]%}$ %{$reset_color%}'
  3. RPS1='%{$fg_bold[blue]%}%~%{$reset_color%} '
  4. RPS1='%{$fg_bold[blue]%}%3~ %{$fg_bold[white]%}%${${KEYMAP/vicmd/-- NORMAL --}/(main|viins)/-- INSERT --}'
  5.  
  6. ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg_bold[blue]%}("
  7. ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}"
  8. ZSH_THEME_GIT_PROMPT_CLEAN=""
  9. ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%} ⚡%{$fg_bold[blue]%}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement