Fix bug in date in PS1

This commit is contained in:
Tony Grosinger 2024-05-22 10:32:56 -07:00
parent 02828c3124
commit bd5cfc3072

View File

@ -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