mirror of
https://github.com/akelge/zsh
synced 2025-07-16 18:42:10 +00:00
7 lines
186 B
Bash
7 lines
186 B
Bash
#######################################################################################
|
|
# Functions
|
|
#
|
|
# Autoload all functions in zshfunctions
|
|
#
|
|
autoload -U $LIBRARY/zshfunctions/*(.:t)
|