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