1
0
mirror of https://github.com/akelge/zsh synced 2025-12-14 22:25:13 +00:00

Autoload zsh-hooks and cleanups in gitfetch

This commit is contained in:
2021-12-16 09:52:45 +01:00
parent ca8a24d28e
commit c8576d59ca
2 changed files with 6 additions and 5 deletions

View File

@ -12,3 +12,6 @@ zmodload zsh/datetime
# Autoload all functions in zshfunctions
#
autoload -U $LIBRARY/zshfunctions/*(.:t)
# Add zsh-hook function
autoload -Uz add-zsh-hook