From dfed588d435b6ab51b0c1c03a18bb92dc8f0b9e1 Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 10 Apr 2025 20:39:52 +0200 Subject: [PATCH] zsh: minimal-groups: datetime --- zsh/themes/custom-groups.zsh-theme | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zsh/themes/custom-groups.zsh-theme b/zsh/themes/custom-groups.zsh-theme index 33b5004..22d0f5f 100644 --- a/zsh/themes/custom-groups.zsh-theme +++ b/zsh/themes/custom-groups.zsh-theme @@ -12,8 +12,9 @@ function braille_prompt() { local color='\033[1;30m' local reset='\033[0m' local prefix='▣─□□□─────────────────╼⢸' - local postfix='⡇╾──────────╼━━━━' - echo -e "${color}${prefix}${braille}${postfix}${reset}" + local postfix='⡇╾──────────╼━━━━ ▒ ' + local datetime=$(date '+%Y-%m-%d %H:%M:%S') + echo -e "${color}${prefix}${braille}${postfix}${datetime}${reset}" } vcs_status() {