my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
525 B

3 years ago
  1. PROMPT='
  2. %{$fg_bold[gray]%}%~%{$fg_bold[blue]%}%{$fg_bold[blue]%} % %{$reset_color%}
  3. %{$fg[green]%}➞ %{$reset_color%'
  4. RPROMPT='$(git_prompt_info) $(ruby_prompt_info)'
  5. ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}[git:"
  6. ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
  7. ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}] %{$fg[red]%}✖ %{$reset_color%}"
  8. ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}] %{$fg[green]%}✔%{$reset_color%}"
  9. ZSH_THEME_RUBY_PROMPT_PREFIX="%{$fg[green]%}["
  10. ZSH_THEME_RUBY_PROMPT_SUFFIX="]%{$reset_color%}"