]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/themes/jreese.zsh-theme
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / themes / jreese.zsh-theme
1 if [ $UID -eq 0 ]; then NCOLOR="red"; else NCOLOR="green"; fi
2 local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
3
4 PROMPT='%{$fg[$NCOLOR]%}%n%{$fg[green]%}@%m%{$reset_color%} %~ \
5 $(git_prompt_info)\
6 %{$fg[red]%}%(!.#.»)%{$reset_color%} '
7 PROMPT2='%{$fg[red]%}\ %{$reset_color%}'
8 RPS1='${return_code}'
9
10 ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}±%{$fg[yellow]%}"
11 ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
12 ZSH_THEME_GIT_PROMPT_CLEAN=""
13 ZSH_THEME_GIT_PROMPT_DIRTY="⚡"
14