]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/themes/dpoggi.zsh-theme
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / themes / dpoggi.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%{$reset_color%}@%{$fg[cyan]%}%m\
5 %{$reset_color%}:%{$fg[magenta]%}%~\
6 $(git_prompt_info) \
7 %{$fg[red]%}%(!.#.»)%{$reset_color%} '
8 PROMPT2='%{$fg[red]%}\ %{$reset_color%}'
9 RPS1='${return_code}'
10
11 ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}("
12 ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%}○%{$reset_color%}"
13 ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}⚡%{$reset_color%}"
14 ZSH_THEME_GIT_PROMPT_SUFFIX="%{$fg[yellow]%})%{$reset_color%}"