]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/themes/obraun.zsh-theme
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / themes / obraun.zsh-theme
1 if [ "$USERNAME" = "root" ]; then CARETCOLOR="red"; else CARETCOLOR="blue"; fi
2
3 local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
4
5 PROMPT='%{$fg[green]%}[%D{%H:%M:%S}]%{$reset_color%} %{$fg_no_bold[cyan]%}%n %{${fg_bold[blue]}%}::%{$reset_color%} %{$fg[yellow]%}%m%{$reset_color%} %{$fg_no_bold[magenta]%} ➜ %{$reset_color%} %{${fg[green]}%}%3~ $(git_prompt_info)%{${fg_bold[$CARETCOLOR]}%}»%{${reset_color}%} '
6
7 RPS1="${return_code}"
8
9 ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[red]%}‹"
10 ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"