]> git.rmz.io Git - dotfiles.git/blob - zsh/themes/kennethreitz.zsh-theme
remove lib32-testing repo
[dotfiles.git] / zsh / themes / kennethreitz.zsh-theme
1 local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
2
3 PROMPT='%{$fg[green]%}%c \
4 $(git_prompt_info)\
5 %{$fg[red]%}%(!.#.»)%{$reset_color%} '
6 PROMPT2='%{$fg[red]%}\ %{$reset_color%}'
7 RPS1='%{$fg[blue]%}%~%{$reset_color%} ${return_code} '
8
9 ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}:: %{$fg[yellow]%}("
10 ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%} "
11 ZSH_THEME_GIT_PROMPT_CLEAN=""
12 ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}*%{$fg[yellow]%}"
13