From 0176b96712f4bf2989e38e82af35fabe2361420b Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 6 Apr 2024 00:20:15 +0300 Subject: [PATCH] PS1 : Disable time. --- module/common/bash/module/Ps1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/common/bash/module/Ps1.sh b/module/common/bash/module/Ps1.sh index c96ce62..70165af 100644 --- a/module/common/bash/module/Ps1.sh +++ b/module/common/bash/module/Ps1.sh @@ -37,8 +37,8 @@ function __prompt_command() { fi # Add time. - PS1+="$(__prompt_color ${accent_rgb})" - PS1+="$(date +%H:%M) " + # PS1+="$(__prompt_color ${accent_rgb})" + # PS1+="$(date +%H:%M) " # Set root red. if ${is_root}; then