mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-09-15 11:49:08 +00:00
[#23] Convert environment into a module
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user