diff options
author | Robby Russell <robby@planetargon.com> | 2015-02-22 10:10:17 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2015-02-22 10:10:17 -0800 |
commit | d80f620e6325378ebda3e2a6460af6443037b2ef (patch) | |
tree | ae5aa6d4a7a1f41e98f9246f5377cea014b3f06f | |
parent | 7c2d84f49de4d26318828e572f12090628d95e65 (diff) | |
parent | 6bccb1a7b0448610d10518e3ac9f47315e94e7b9 (diff) | |
download | zsh-d80f620e6325378ebda3e2a6460af6443037b2ef.tar.gz zsh-d80f620e6325378ebda3e2a6460af6443037b2ef.tar.bz2 zsh-d80f620e6325378ebda3e2a6460af6443037b2ef.zip |
Merge pull request #3561 from jakobj/master
removed superfluous vcs_info_msg in trapd00r theme
-rw-r--r-- | themes/trapd00r.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/trapd00r.zsh-theme b/themes/trapd00r.zsh-theme index cb1c43c56..ca1676fb5 100644 --- a/themes/trapd00r.zsh-theme +++ b/themes/trapd00r.zsh-theme @@ -86,7 +86,7 @@ prompt_jnrowe_precmd () { else dir_status="%{$c1%}%n%{$c4%}@%{$c2%}%m%{$c0%}:%{$c3%}%l%{$c6%}->%{$(zsh_path)%} %{$c0%}(%{$c5%}%?%{$c0%})" PROMPT='${vcs_info_msg_0_} -%{$fg_bold[green]%}%p%{$reset_color%}${dir_status} ${vcs_info_msg_0_}%{$reset_color%} +%{$fg_bold[green]%}%p%{$reset_color%}${dir_status}%{$reset_color%} > ' fi } |