mirror of
https://github.com/akelge/zsh
synced 2025-12-14 22:25:13 +00:00
Added async module and hooks management
This commit is contained in:
@ -15,3 +15,6 @@ autoload -U $LIBRARY/zshfunctions/*(.:t)
|
||||
|
||||
# Add zsh-hook function
|
||||
autoload -Uz add-zsh-hook
|
||||
|
||||
# Add async support
|
||||
autoload -Uz async && async
|
||||
|
||||
Reference in New Issue
Block a user