mirror of
https://github.com/akelge/zsh
synced 2025-07-03 21:19:06 +00:00
15 lines
269 B
Bash
15 lines
269 B
Bash
#######################################################################################
|
|
# Functions
|
|
#
|
|
#
|
|
#
|
|
#
|
|
# Load usefule modules
|
|
|
|
zmodload -F zsh/stat b:zstat
|
|
zmodload zsh/datetime
|
|
#
|
|
# Autoload all functions in zshfunctions
|
|
#
|
|
autoload -U $LIBRARY/zshfunctions/*(.:t)
|