From 9cbcda0a30ba3d63aefcab3818be360fe2a2c382 Mon Sep 17 00:00:00 2001 From: Edi Mejia Date: Sat, 18 Nov 2017 20:15:23 -0500 Subject: [PATCH] time --- custom/themes/edisaac.zsh-theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom/themes/edisaac.zsh-theme b/custom/themes/edisaac.zsh-theme index 4a397ce97..a7b0a4dd3 100644 --- a/custom/themes/edisaac.zsh-theme +++ b/custom/themes/edisaac.zsh-theme @@ -38,8 +38,8 @@ function gettime(){echo "%b%{$fg[yellow]%}%D{"%I:%M:%S"}%b%{$reset_color%}"} function dirpwd() {echo "%{$fg_bold[blue]%}%1~%{$reset_color%}"} # alternate prompt with git & hg PROMPT=$' -$COLOR_ROOT┌─ $(dirpwd) $(getruta) -$COLOR_ROOT| +$COLOR_ROOT┌─< $(dirpwd) $(getruta) +$COLOR_ROOT| $(gettime) $COLOR_ROOT└─>%{$reset_color%} $(git_super_status)$ ' PS2=$' \e[0;34m%}%B>%{\e[0m%}%b '