mirror of
https://github.com/zplug/zplug
synced 2025-08-29 17:21:43 +02:00
13 lines
222 B
Bash
13 lines
222 B
Bash
#!/bin/zsh
|
|
|
|
__import "core/core"
|
|
|
|
__zplug::job::polling::finalize() {
|
|
__zplug::core::core::get_autoload_files
|
|
unfunction "${reply[@]}" &>/dev/null
|
|
}
|
|
|
|
add-zsh-hook \
|
|
precmd \
|
|
__zplug::job::polling::finalize
|