ohmyzsh/themes/gernot.zsh-theme
2011-08-17 12:29:08 +02:00

7 lines
320 B
Bash

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]%}%~ %{$fg_bold[red]%}$(git_prompt_info)%{$fg_bold[red]%} % %{$reset_color%}'