From bd5cfc30729ecb9505c2890c2f2d929765ccf80f Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Wed, 22 May 2024 10:32:56 -0700 Subject: [PATCH] Fix bug in date in PS1 --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index e236cbc..232e9d6 100755 --- a/.bashrc +++ b/.bashrc @@ -158,6 +158,6 @@ git_prompt () { if [ "$BASH" != "" ]; then # Prompt - PS1="\n╔ \w\$(prev_status_prompt)\$(git_prompt) -- \$(date '+%y-%m-%dT%H:%m:%S')\n╚ \h\$ " + PS1="\n╔ \w\$(prev_status_prompt)\$(git_prompt) -- \$(date '+%y-%m-%dT%H:%M:%S')\n╚ \h\$ " fi