Skip to content

Commit

Permalink
Merge pull request ohmyzsh#946 from rach/master
Browse files Browse the repository at this point in the history
Little tweak on the robbyrussell.zsh-theme
  • Loading branch information
robbyrussell authored and Hugh Brown committed Dec 6, 2013
2 parents d7376f6 + ff7e064 commit c80adb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/robbyrussell.zsh-theme
@@ -1,4 +1,5 @@
PROMPT='%{$fg_bold[red]%}➜ %{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ %s)"
PROMPT='${ret_status}%{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'

ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
Expand Down

0 comments on commit c80adb6

Please sign in to comment.