From 3f425cde82e5054f1599983baa8acc9bcb5e2a76 Mon Sep 17 00:00:00 2001 From: Edi Mejia Date: Sat, 18 Nov 2017 01:24:52 -0500 Subject: [PATCH] x --- themes/rkj-repos.zsh-theme | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/rkj-repos.zsh-theme b/themes/rkj-repos.zsh-theme index c6bda52e7..2c4e661c9 100644 --- a/themes/rkj-repos.zsh-theme +++ b/themes/rkj-repos.zsh-theme @@ -32,7 +32,8 @@ function mygit() { function retcode() {echo "%{$fg_bold[grey]%}%40>...>%~%>>"} # alternate prompt with git & hg -PROMPT=$'%{$fg_bold[blue]%}┌─<[%{$fg[grey]%}%n%b%{$fg[white]%}@%{$fg[magenta]%}%m%{$fg_bold[blue]%}]%{$reset_color%} - %{$fg_bold[blue]%}[$(retcode)%{$fg_bold[blue]%}] $(git_super_status)%{$reset_color%} -%{$fg_bold[blue]%}└─>>>[%b%{$fg[yellow]%}'%D{"%I:%M:%S"}%b$'%{$fg_bold[blue]%}] [%{$fg_bold[cyan]%}%1~%{$fg_bold[blue]%}]%{$reset_color%}$ ' +PROMPT=$' +%{$fg_bold[blue]%}┌─[%{$fg[grey]%}%n%b%{$fg[white]%}@%{$fg[magenta]%}%m%{$fg_bold[blue]%}]%{$reset_color%} - %{$fg_bold[blue]%}[$(retcode)%{$fg_bold[blue]%}] $(git_super_status)%{$reset_color%} +%{$fg_bold[blue]%}└─>>>>>[%b%{$fg[yellow]%}'%D{"%I:%M:%S"}%b$'%{$fg_bold[blue]%}] [%{$fg_bold[cyan]%}%1~%{$fg_bold[blue]%}]%{$reset_color%}$ ' PS2=$' \e[0;34m%}%B>%{\e[0m%}%b '