]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/themes/kennethreitz.zsh-theme
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / themes / kennethreitz.zsh-theme
1 local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
2
3 PROMPT='$(virtualenv_prompt_info)%{\e[03m%}%{$fg[green]%}%c \
4 $(git_prompt_info)\
5 \
6 %{$fg[red]%}%(!.#.»)%{$reset_color%} '
7 PROMPT2='%{$fg[red]%}\ %{$reset_color%}'
8 RPS1='%{$fg[blue]%}%~%{$reset_color%} ${return_code} '
9
10 ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}%{$fg[yellow]%}("
11 ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%} "
12 ZSH_THEME_GIT_PROMPT_CLEAN=""
13 ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}*%{$fg[yellow]%}"
14 ZSH_THEME_VIRTUAL_ENV_PROMPT_PREFIX="%{$reset_color%}%{\e[03m%}%{$fg[blue]%}"
15 ZSH_THEME_VIRTUAL_ENV_PROMPT_SUFFIX="!%{$reset_color%} "