]> git.rmz.io Git - dotfiles.git/blob - zsh/themes/afowler.zsh-theme
update zshrc
[dotfiles.git] / zsh / themes / afowler.zsh-theme
1 if [ $UID -eq 0 ]; then CARETCOLOR="red"; else CARETCOLOR="blue"; fi
2
3 local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
4
5 PROMPT='%m %{${fg_bold[blue]}%}:: %{$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[yellow]%}‹"
10 ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"