mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
Adds useful comment
This commit is contained in:
parent
c403ad6cd7
commit
ea2d02d08f
1 changed files with 2 additions and 0 deletions
|
@ -1290,6 +1290,7 @@ powerlevel9k_prepare_prompts() {
|
|||
_P9K_COMMAND_DURATION=$((EPOCHREALTIME - _P9K_TIMER_START))
|
||||
|
||||
# Reset start time
|
||||
# Maximum integer on 32-bit CPUs
|
||||
_P9K_TIMER_START=2147483647
|
||||
|
||||
if [[ "$POWERLEVEL9K_PROMPT_ON_NEWLINE" == true ]]; then
|
||||
|
@ -1327,6 +1328,7 @@ prompt_powerlevel9k_setup() {
|
|||
# We don't have to change that until 19 January of 2038! :)
|
||||
|
||||
# Disable false display of command execution time
|
||||
# Maximum integer on 32-bit CPUs
|
||||
_P9K_TIMER_START=2147483647
|
||||
|
||||
# Display a warning if the terminal does not support 256 colors
|
||||
|
|
Loading…
Reference in a new issue