1
0
mirror of https://github.com/akelge/zsh synced 2025-07-03 21:19:06 +00:00
Files
zsh/zsh.d/50-functions.zsh
Andrea Mistrali ca8a24d28e remove zwc files, add gitfetch function
Also load modules for stat and time;
Fix status typos
2021-12-16 08:54:17 +01:00

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)