[#23] Convert environment into a module
This commit is contained in:
parent
56f8f83d58
commit
86e4d2e3ff
1
init.zsh
1
init.zsh
|
@ -48,7 +48,6 @@ autoload -Uz compinit && compinit -i
|
||||||
|
|
||||||
# Source files (the order matters).
|
# Source files (the order matters).
|
||||||
source "${0:h}/helper.zsh"
|
source "${0:h}/helper.zsh"
|
||||||
source "${0:h}/environment.zsh"
|
|
||||||
|
|
||||||
# Source modules defined in ~/.zshrc.
|
# Source modules defined in ~/.zshrc.
|
||||||
for omodule in "$omodules[@]"; do
|
for omodule in "$omodules[@]"; do
|
||||||
|
|
Loading…
Reference in a new issue