3 # Config for plugins loaded below
6 # for per-directory-history
7 HISTORY_BASE
=${ZDOTDIR}/var
/dirhist
8 mkdir
-p ${HISTORY_BASE}
10 if [ -d ${ZDOTDIR}/plugins
]; then
11 for file in ${ZDOTDIR}/plugins
/*.zsh
; do
12 debug
"Loading ${file}"...
-n
14 debug
"$fg_no_bold[green]done"