Skip to content

Commit

Permalink
add vinhnx.zsh-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhnx committed Sep 6, 2012
1 parent 921d2f4 commit f8ded4e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions themes/vinhnx.zsh-theme
@@ -0,0 +1,7 @@
PROMPT='%{$fg_bold[yellow]%}%1~/$(git_prompt_info)
%{$fg_bold[white]%}» %{$reset_color%}'

ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}* "
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%}•"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[green]%}•"

0 comments on commit f8ded4e

Please sign in to comment.