Added option EXPERIMENTAL_TIME_REALTIME_INTERVAL

This commit is contained in:
Jens Welsch 2026-01-22 12:02:58 +01:00
commit 4bed6cd1bc
No known key found for this signature in database
6 changed files with 31 additions and 1 deletions

View file

@ -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() {