1
0
Fork 0
mirror of https://github.com/zplug/zplug synced 2024-06-03 13:26:10 +02:00
zplug/autoload/init.zsh

21 lines
362 B
Bash

# This file just loads some files within autoload directory
# Also, load the body of zplug
fpath=(
"$ZPLUG_ROOT"/autoload(N-/)
"$ZPLUG_ROOT"/autoload/*(N-/)
"$fpath[@]"
)
autoload -Uz regexp-replace
autoload -Uz add-zsh-hook
autoload -Uz colors
autoload -Uz compinit
autoload -Uz zplug
colors
zmodload zsh/system
zmodload zsh/datetime
zmodload zsh/parameter