Add support for partial configs in zsh.d
This commit is contained in:
parent
54fc138b49
commit
fe2169a056
6
zshrc
6
zshrc
@ -651,6 +651,12 @@ fi
|
||||
|
||||
zmodload zsh/complist
|
||||
|
||||
#---------------------------------- Partials ------------------------------------
|
||||
|
||||
for partial in ${ZDOTDIR}/zsh.d/*.zsh; do
|
||||
source $partial
|
||||
done
|
||||
|
||||
#---------------------------------- Addons ------------------------------------
|
||||
|
||||
if [[ -f '/usr/share/zplug/init.zsh' ]]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user