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:
parent
98a86e6b70
commit
d0598c2838
21 changed files with 38 additions and 774 deletions
2
zshenv
2
zshenv
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue