gernots theme

This commit is contained in:
Gernot Poetsch 2011-08-15 14:03:29 +02:00
commit eb57086fe3
3 changed files with 10 additions and 3 deletions

7
themes/gernot.zsh-theme Normal file
View file

@ -0,0 +1,7 @@
export EDITOR='mate -w'
ZSH_THEME_GIT_PROMPT_PREFIX="("
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=") %{$fg[yellow]%}✗%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=")"
PROMPT='%{$fg_bold[white]%}%p %{$fg[green]%}%c %{$fg_bold[red]%}$(git_prompt_info)%{$fg_bold[red]%} % %{$reset_color%}'