mirror of
https://github.com/zplug/zplug
synced 2025-04-30 13:17:57 +02:00
11 lines
166 B
Bash
11 lines
166 B
Bash
#export PERIOD=10
|
|
|
|
__zplug::job::polling::finalizer()
|
|
{
|
|
# Display the corsor
|
|
tput cnorm
|
|
# TODO
|
|
}
|
|
|
|
#add-zsh-hook periodic __zplug::job::polling::finalizer
|