1
0
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:
2021-12-16 11:26:05 +01:00
parent c8576d59ca
commit 293ef30aaa
4 changed files with 705 additions and 3 deletions

View File

@ -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