formatting
This commit is contained in:
parent
3d2c72244d
commit
b97926675a
|
|
@ -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…
Reference in New Issue