mirror of
https://github.com/akelge/zsh
synced 2025-09-19 04:12:53 +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