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:
@ -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)
|
||||
|
Reference in New Issue
Block a user