PS1 : Disable time.

This commit is contained in:
Dmitry Voronin 2024-04-06 00:20:15 +03:00
parent 49f8f2c0da
commit 0176b96712

View file

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