mirror of
https://github.com/zplug/zplug
synced 2025-08-23 14:14:39 +02:00
17 lines
296 B
Bash
17 lines
296 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
|