Always add a whitespace to the end of the time segment for better look.

This commit is contained in:
Dominik Ritter 2015-04-03 16:46:42 +02:00
parent 4d99982e7c
commit 2058e56be5

View file

@ -301,12 +301,12 @@ prompt_longstatus() {
# System time
prompt_time() {
local time_format='%D{%H:%M:%S} '
local time_format='%D{%H:%M:%S}'
if [[ -n $POWERLEVEL9K_TIME_FORMAT ]]; then
time_format=$POWERLEVEL9K_TIME_FORMAT
fi
$1_prompt_segment $DEFAULT_COLOR_INVERTED $DEFAULT_COLOR $time_format
$1_prompt_segment $DEFAULT_COLOR_INVERTED $DEFAULT_COLOR "$time_format "
}
# Command number (in local history)