Guest User

Untitled

a guest
Dec 9th, 2018
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )"
  2. eval color='$FG[154]'
  3. PROMPT='${ret_status} %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)
  4. $FG[154]% λ%{$reset_color%} '
  5.  
  6. ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}"
  7. ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
  8. ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗"
  9. ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"
Add Comment
Please, Sign In to add comment