
- remove custom module loader, use zplug for own plugins - move config parts from modules to files - move other module parts to separate zsh plugins
7 lines
95 B
Bash
Executable file
7 lines
95 B
Bash
Executable file
export ZDOTDIR="${$(readlink $HOME/.zshenv):h:a}"
|
|
|
|
for i in $ZDOTDIR/env/*.zsh; do
|
|
. $i
|
|
done
|
|
|