diff options
author | Toon Claes <toon@tonotdo.com> | 2009-10-16 22:14:43 +0200 |
---|---|---|
committer | Toon Claes <toon@tonotdo.com> | 2009-10-16 22:14:43 +0200 |
commit | a75d0ba8d7b256fa2c21b0c8f04cbcab6b9289f2 (patch) | |
tree | f3f2896b770b9eb516fb3fe19af2b82bc8fff054 /themes/wezm.zsh-theme | |
parent | 11d0b3c2ac271f8d87629c73c9832f135558a6a2 (diff) | |
parent | c03aab51645fa7448f4e92b09ab00e2de989010e (diff) | |
download | zsh-a75d0ba8d7b256fa2c21b0c8f04cbcab6b9289f2.tar.gz zsh-a75d0ba8d7b256fa2c21b0c8f04cbcab6b9289f2.tar.bz2 zsh-a75d0ba8d7b256fa2c21b0c8f04cbcab6b9289f2.zip |
Fixing merge
Diffstat (limited to 'themes/wezm.zsh-theme')
-rw-r--r-- | themes/wezm.zsh-theme | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/wezm.zsh-theme b/themes/wezm.zsh-theme new file mode 100644 index 000000000..1881343b0 --- /dev/null +++ b/themes/wezm.zsh-theme @@ -0,0 +1,7 @@ +PROMPT='$(git_prompt_info)%(?,,%{${fg_bold[white]}%}[%?]%{$reset_color%} )%{$fg[yellow]%}%#%{$reset_color%} ' +RPROMPT='%{$fg[green]%}%~%{$reset_color%}' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}(" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%})%{$fg[red]%}⚡%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})" |