Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. if [ $UID -eq 0 ]; then CARETCOLOR="red"; else CARETCOLOR="blue"; fi
  2.  
  3. local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
  4.  
  5. PROMPT='%{${fg_bold[$CARETCOLOR]}%}ROOT%{${reset_color}%} %{${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%}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement