mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-01-29 22:54:40 +01:00
Added option EXPERIMENTAL_TIME_REALTIME_INTERVAL
This commit is contained in:
parent
efc9ddd9b6
commit
4bed6cd1bc
6 changed files with 31 additions and 1 deletions
|
|
@ -3527,7 +3527,7 @@ _p9k_prompt_time_compute() {
|
|||
}
|
||||
|
||||
_p9k_prompt_time_async() {
|
||||
sleep 1 || true
|
||||
sleep $POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME_INTERVAL || true
|
||||
}
|
||||
|
||||
_p9k_prompt_time_sync() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue