mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-29 06:40:08 +00:00
Always add a whitespace to the end of the time segment for better look.
This commit is contained in:
parent
4d99982e7c
commit
2058e56be5
1 changed files with 2 additions and 2 deletions
|
@ -306,7 +306,7 @@ prompt_time() {
|
||||||
time_format=$POWERLEVEL9K_TIME_FORMAT
|
time_format=$POWERLEVEL9K_TIME_FORMAT
|
||||||
fi
|
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)
|
# Command number (in local history)
|
||||||
|
|
Loading…
Reference in a new issue