Major cleanup and restructuring

- remove custom module loader, use zplug for own plugins
- move config parts from modules to files
- move other module parts to separate zsh plugins
This commit is contained in:
crater2150 2019-07-10 15:36:41 +02:00
parent 98a86e6b70
commit d0598c2838
21 changed files with 38 additions and 774 deletions

2
zshenv
View file

@ -1,4 +1,4 @@
export ZDOTDIR=${XDG_CONFIG_HOME:-$HOME/.config}/zsh
export ZDOTDIR="${$(readlink $HOME/.zshenv):h:a}"
for i in $ZDOTDIR/env/*.zsh; do
. $i