mirror of
https://github.com/akelge/zsh
synced 2025-09-17 19:34:20 +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)
|