1
0
mirror of https://github.com/zplug/zplug synced 2025-08-25 15:14:43 +02:00
zplug/autoload/init.zsh
2016-08-07 17:34:29 +09:00

16 lines
268 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 add-zsh-hook
autoload -Uz colors
autoload -Uz compinit
autoload -Uz zplug
colors