mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
set POWERLEVEL9K_NEW_TTY_MAX_AGE_SECONDS to 5 by default
This commit is contained in:
parent
5d729b635d
commit
35fd701b45
1 changed files with 1 additions and 1 deletions
|
@ -4548,7 +4548,7 @@ _p9k_init_params() {
|
|||
fi
|
||||
fi
|
||||
|
||||
_p9k_declare -F POWERLEVEL9K_NEW_TTY_MAX_AGE_SECONDS -1
|
||||
_p9k_declare -F POWERLEVEL9K_NEW_TTY_MAX_AGE_SECONDS 5
|
||||
_p9k_declare -i POWERLEVEL9K_INSTANT_PROMPT_COMMAND_LINES 3
|
||||
_p9k_declare -a POWERLEVEL9K_LEFT_PROMPT_ELEMENTS -- context dir vcs
|
||||
_p9k_declare -a POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS -- status root_indicator background_jobs history time
|
||||
|
|
Loading…
Reference in a new issue