From 0e4fe9c0b06290ec1d8fcf6dfcc09a43cbf2319a Mon Sep 17 00:00:00 2001 From: linsilence Date: Tue, 27 Aug 2019 16:37:35 +0800 Subject: [PATCH] themes add time --- custom/themes/astro.zsh-theme | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom/themes/astro.zsh-theme b/custom/themes/astro.zsh-theme index 0c578bd37..b0cd1f3ec 100644 --- a/custom/themes/astro.zsh-theme +++ b/custom/themes/astro.zsh-theme @@ -38,5 +38,6 @@ PROMPT=" ${user_host}\ %{$terminfo[bold]$fg[yellow]%}${current_dir}%{$reset_color%}\ ${git_info}\ -${git_sha} +${git_sha}\ +%{$fg[white]%}[%*] %${ret_status}%{$reset_color%}"