mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-01-29 22:54:40 +01:00
formatting
This commit is contained in:
parent
3d2c72244d
commit
b97926675a
1 changed files with 1 additions and 1 deletions
|
|
@ -3529,7 +3529,7 @@ _p9k_prompt_time_compute() {
|
||||||
_p9k_prompt_time_async() {
|
_p9k_prompt_time_async() {
|
||||||
zmodload zsh/mathfunc zsh/zselect || return
|
zmodload zsh/mathfunc zsh/zselect || return
|
||||||
local -F t=_POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME_INTERVAL_SEC
|
local -F t=_POWERLEVEL9K_EXPERIMENTAL_TIME_REALTIME_INTERVAL_SEC
|
||||||
zselect -t $((int(ceil(100 *(t - EPOCHREALTIME % t))))) || true
|
zselect -t $((int(ceil(100 * (t - EPOCHREALTIME % t))))) || true
|
||||||
}
|
}
|
||||||
|
|
||||||
_p9k_prompt_time_sync() {
|
_p9k_prompt_time_sync() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue