From 72c63e907d57e0ddafe0f078254075a1c2dabb29 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Thu, 26 Mar 2020 16:03:03 -0400 Subject: [PATCH] Make timestamp 24 hour --- zsh/prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/prompt b/zsh/prompt index 9fc7f1d..0b74b78 100644 --- a/zsh/prompt +++ b/zsh/prompt @@ -1,4 +1,4 @@ -local current_time="[%B%D{%I:%M:%S}%b]" +local current_time="[%B%D{%T:%M:%S}%b]" local current_dir='%B%F{blue}%~%f%b' # user