1
0
mirror of https://github.com/akelge/zsh synced 2025-09-19 04:12:53 +00:00

remove zwc files, add gitfetch function

Also load modules for stat and time;
Fix status typos
This commit is contained in:
2021-12-16 08:54:17 +01:00
parent f89f77715c
commit ca8a24d28e
8 changed files with 26 additions and 2 deletions

View File

@ -1,6 +1,14 @@
#######################################################################################
# Functions
#
#
#
#
# Load usefule modules
zmodload -F zsh/stat b:zstat
zmodload zsh/datetime
#
# Autoload all functions in zshfunctions
#
autoload -U $LIBRARY/zshfunctions/*(.:t)