Commit 27c692c81955dee1e2820182d90d331c4873841d
1 parent
271945d1f7
Exists in
master
Squashed 'repos/robbyrussell/oh-my-zsh/' changes from fd22306..534bf2c
534bf2c Merge branch 'psiclops/github-fix' 3d522ff Remove non-working symbols and tidy up logic 20b8b6c Sets spacing to 1 when git is absent for consistency git-subtree-dir: repos/robbyrussell/oh-my-zsh git-subtree-split: 534bf2c608cad62ef96adfea94f7673a5c2e5c7a
Showing 1 changed file with 5 additions and 5 deletions Side-by-side Diff
themes/robbyrussell.zsh-theme
1 | -local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ %s)" | |
2 | -PROMPT='${ret_status}%{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}' | |
1 | +local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )" | |
2 | +PROMPT='${ret_status} %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)' | |
3 | 3 | |
4 | -ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}" | |
5 | -ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" | |
6 | -ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}" | |
4 | +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}" | |
5 | +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " | |
6 | +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗" | |
7 | 7 | ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})" |
-
mentioned in commit 2fa162