]> git.rmz.io Git - dotfiles.git/blob - zsh/themes/obraun.zsh-theme
update zshrc
[dotfiles.git] / zsh / themes / obraun.zsh-theme
1 if [ "$(whoami)" = "root" ]; then CARETCOLOR="red"; else CARETCOLOR="blue"; fi
2
3 local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
4
5 PROMPT='%{$fg[green]%}[%*]%{$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%}"
11