summaryrefslogtreecommitdiff
path: root/themes/robbyrussell.zsh-theme
diff options
context:
space:
mode:
authorL.C. Karssen <lennart@karssen.org>2016-03-07 22:09:02 +0100
committerL.C. Karssen <lennart@karssen.org>2016-03-07 22:09:02 +0100
commitcfac963772718723589bf7293be0a53f79511b24 (patch)
tree1c0f680591d81ecfaff8932d07f8131f4a6fd45c /themes/robbyrussell.zsh-theme
parent0a47451a462284d20c633a7d6b3431a71bf65759 (diff)
parentbd6dbd1d9b1fc8a523aaf588492eb3ed4113b49d (diff)
downloadzsh-cfac963772718723589bf7293be0a53f79511b24.tar.gz
zsh-cfac963772718723589bf7293be0a53f79511b24.tar.bz2
zsh-cfac963772718723589bf7293be0a53f79511b24.zip
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'themes/robbyrussell.zsh-theme')
-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]%})"