7 lines
98 B
Bash
Executable file
7 lines
98 B
Bash
Executable file
export ZDOTDIR=${XDG_CONFIG_HOME:-$HOME/.config}/zsh
|
|
|
|
for i in $ZDOTDIR/env/*.zsh; do
|
|
. $i
|
|
done
|
|
|