PS1 : Disable time.
This commit is contained in:
parent
49f8f2c0da
commit
0176b96712
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue