From b22a16bc13d3601545b22366be2e22714a35a865 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Thu, 23 Apr 2020 15:53:50 -0400 Subject: [PATCH] Fix timestamp in prompt --- zsh/prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/prompt b/zsh/prompt index 0b74b78..89a3dd6 100644 --- a/zsh/prompt +++ b/zsh/prompt @@ -1,4 +1,4 @@ -local current_time="[%B%D{%T:%M:%S}%b]" +local current_time="[%B%D{%T}%b]" local current_dir='%B%F{blue}%~%f%b' # user