summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2016-02-12 23:41:42 +0100
committerMarc Cornellà <marc.cornella@live.com>2016-02-12 23:42:05 +0100
commit534bf2c608cad62ef96adfea94f7673a5c2e5c7a (patch)
tree0c1dd67ceadcaf10cee3e9449005c3cf81613b40 /themes
parentfd223067c8aea38f09a68746f765ad5aade35e3e (diff)
parent3d522ff3a6df86a0a3b3262d933e1c6c3dac9048 (diff)
downloadzsh-534bf2c608cad62ef96adfea94f7673a5c2e5c7a.tar.gz
zsh-534bf2c608cad62ef96adfea94f7673a5c2e5c7a.tar.bz2
zsh-534bf2c608cad62ef96adfea94f7673a5c2e5c7a.zip
Merge branch 'psiclops/github-fix'
Diffstat (limited to 'themes')
-rw-r--r--themes/robbyrussell.zsh-theme10
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/robbyrussell.zsh-theme b/themes/robbyrussell.zsh-theme
index 24e1e8c52..f9eca6a87 100644
--- a/themes/robbyrussell.zsh-theme
+++ b/themes/robbyrussell.zsh-theme
@@ -1,7 +1,7 @@
-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%}'
+local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )"
+PROMPT='${ret_status} %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)'
-ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}"
-ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
-ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}"
+ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}"
+ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
+ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"